From f6952d57db9cb88d84486cd7c63d45be175eb1f9 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:33:13 -0700 Subject: [PATCH] Enable tests/interchange/test_impl.py in cudf.pandas tests --- 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 06df7b36f7d..234880d8fba 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -23,7 +23,6 @@ set -euo pipefail PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)") PYTEST_IGNORES="--ignore=tests/io/test_user_agent.py \ ---ignore=tests/interchange/test_impl.py \ --ignore=tests/window/test_dtypes.py \ --ignore=tests/strings/test_api.py \ --ignore=tests/window/test_numba.py \