Skip to content

Commit b19279f

Browse files
jrebackpawroman
authored andcommitted
BLD: run only multi on 2.7-build_test build (pandas-dev#16296)
1 parent 49fcab8 commit b19279f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script_multi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "$BUILD_TEST" ]; then
2727
echo "[running]"
2828
cd /tmp
2929
unset PYTHONPATH
30-
python -c "import pandas; pandas.test(['-n 2', '--skip-slow', '--skip-network', '-r xX'])"
30+
python -c 'import pandas; pandas.test(["-n 2", "--skip-slow", "--skip-network", "-r xX", "-m not single"])'
3131

3232
elif [ "$DOC" ]; then
3333
echo "We are not running pytest as this is a doc-build"

0 commit comments

Comments
 (0)