From 96b6bec7721fa32352bbe47d6618110a8de7d293 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:22:44 -1000 Subject: [PATCH] Enable pandas plotting unit tests for cudf.pandas (#15547) 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: https://github.com/rapidsai/cudf/pull/15547 --- python/cudf/cudf/pandas/scripts/run-pandas-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index 07ec5c8bc0c..784d90a40ed 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -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