Skip to content

Commit

Permalink
Enable tests/io/test_user_agent.py in cudf pandas tests (rapidsai#15442)
Browse files Browse the repository at this point in the history
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 rapidsai#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: rapidsai#15442
  • Loading branch information
mroeschke authored and jjacobelli committed Apr 9, 2024
1 parent 71b1368 commit ee0afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +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 \
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 \
Expand Down

0 comments on commit ee0afbb

Please sign in to comment.