From c864ca281323c7b6cb13faab390b74a73a3cc380 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:50:50 -0700 Subject: [PATCH 1/2] Enable tests/scalar --- python/cudf/cudf/pandas/scripts/run-pandas-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index 0ccec2663cb..edc60e07c86 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -27,7 +27,6 @@ PYTEST_IGNORES="--ignore=tests/interchange/test_impl.py \ --ignore=tests/window/test_numba.py \ --ignore=tests/window \ --ignore=tests/plotting \ ---ignore=tests/scalar \ --ignore=tests/series/test_arithmetic.py \ --ignore=tests/tslibs/test_parsing.py \ --ignore=tests/io/parser/common/test_read_errors.py" From cbfb13604836d7e816a1c97bdbe12f15dc507995 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:59:17 -0700 Subject: [PATCH 2/2] Allow test_arithmetic --- python/cudf/cudf/pandas/scripts/run-pandas-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index edc60e07c86..f14490eee7d 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -27,7 +27,6 @@ PYTEST_IGNORES="--ignore=tests/interchange/test_impl.py \ --ignore=tests/window/test_numba.py \ --ignore=tests/window \ --ignore=tests/plotting \ ---ignore=tests/series/test_arithmetic.py \ --ignore=tests/tslibs/test_parsing.py \ --ignore=tests/io/parser/common/test_read_errors.py"