Skip to content

Commit

Permalink
Enable test_parsing in cudf.pandas tests (#15460)
Browse files Browse the repository at this point in the history
closes #15432

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #15460
  • Loading branch information
mroeschke authored Apr 20, 2024
1 parent 96903bb commit 14854b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ set -euo pipefail
# of Pandas installed.
PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)")

PYTEST_IGNORES="--ignore=tests/tslibs/test_parsing.py \
--ignore=tests/io/parser/common/test_read_errors.py"
PYTEST_IGNORES="--ignore=tests/io/parser/common/test_read_errors.py"

mkdir -p pandas-testing
cd pandas-testing
Expand Down

0 comments on commit 14854b1

Please sign in to comment.