Skip to content

Commit

Permalink
Enable pandas plotting unit tests for cudf.pandas (#15547)
Browse files Browse the repository at this point in the history
Locally, these tests ran without any crashed workers/hangs

closes #15428

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: #15547
  • Loading branch information
mroeschke authored Apr 17, 2024
1 parent 9192d25 commit 96b6bec
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/plotting \
--ignore=tests/tslibs/test_parsing.py \
PYTEST_IGNORES="--ignore=tests/tslibs/test_parsing.py \
--ignore=tests/io/parser/common/test_read_errors.py"

mkdir -p pandas-testing
Expand Down

0 comments on commit 96b6bec

Please sign in to comment.