Skip to content

Commit 33771bb

Browse files
authored
Enable tests/io/test_user_agent.py in cudf pandas tests (#15442)
This test was renamed in `test_https_headers.py` in 2.2.0. pandas-dev/pandas#56057 Also this test now "runs" but is skipped because it's marked as a `single_cpu` test which we skip when running these tests. closes #15422 Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #15442
1 parent 6c31eac commit 33771bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cudf/cudf/pandas/scripts/run-pandas-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -euo pipefail
2222
# of Pandas installed.
2323
PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)")
2424

25-
PYTEST_IGNORES="--ignore=tests/io/test_user_agent.py \
25+
PYTEST_IGNORES="--ignore=tests/interchange/test_impl.py \
2626
--ignore=tests/window/test_dtypes.py \
2727
--ignore=tests/strings/test_api.py \
2828
--ignore=tests/window/test_numba.py \

0 commit comments

Comments
 (0)