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

Commit

Permalink
alternate skip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Mar 13, 2019
1 parent fdaf246 commit fa04e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ function run_tests {
python -c 'import pandas; pandas.show_versions()'
# --deselect for 0.24.x
# https://travis-ci.org/MacPython/pandas-wheels/builds/505474702
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"])'
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k -test_numpy_ufuncs", "-k -test_write_fspath_all"])'
}

0 comments on commit fa04e18

Please sign in to comment.