Skip to content

Commit

Permalink
Enable tests/strings/test_api.py and tests/io/pytables in cudf.pandas…
Browse files Browse the repository at this point in the history
… tests (#15461)

closes #15425
closes #15427

The `tests/io/pytables` tests are technically skipped since they are marked `single_cpu` and we run `-m not single_cpu`

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: #15461
  • Loading branch information
mroeschke authored Apr 8, 2024
1 parent 33771bb commit 2d73f11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)")

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 \
--ignore=tests/window \
--ignore=tests/io/pytables \
--ignore=tests/plotting \
--ignore=tests/scalar \
--ignore=tests/series/test_arithmetic.py \
Expand Down

0 comments on commit 2d73f11

Please sign in to comment.