Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 09fd4f4

Browse files
committed
fix deselect
1 parent c7ec5c6 commit 09fd4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ function run_tests {
1919
python -c 'import pandas; pandas.show_versions()'
2020
# --deselect for 0.24.x
2121
# https://travis-ci.org/MacPython/pandas-wheels/builds/505474702
22-
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2", "--deselect pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs", "--deselect pandas/tests/io/test_common.py::.TestCommonIOCapabilities::test_write_fspath_all"])'
22+
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2", "--deselect=pandas/tests/indexes/multi/test_analytics.py::test_numpy_ufuncs", "--deselect=pandas/tests/io/test_common.py::TestCommonIOCapabilities::test_write_fspath_all"])'
2323
}

0 commit comments

Comments
 (0)