From e3fb7e0b9e95fbe308ec4f5c9eda026049ed6408 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:52:05 -0700 Subject: [PATCH] Enable tests/io/test_user_agent.py in cudf pandas tests --- python/cudf/cudf/pandas/scripts/run-pandas-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index 06df7b36f7d..b536893f8e9 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -22,8 +22,7 @@ set -euo pipefail # of Pandas installed. PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)") -PYTEST_IGNORES="--ignore=tests/io/test_user_agent.py \ ---ignore=tests/interchange/test_impl.py \ +PYTEST_IGNORES="--ignore=tests/interchange/test_impl.py \ --ignore=tests/window/test_dtypes.py \ --ignore=tests/strings/test_api.py \ --ignore=tests/window/test_numba.py \