We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c26a78 commit a1ac8d1Copy full SHA for a1ac8d1
ci/script_multi.sh
@@ -27,7 +27,7 @@ if [ "$BUILD_TEST" ]; then
27
echo "[running]"
28
cd /tmp
29
unset PYTHONPATH
30
- python -c "import pandas; pandas.test(['-n 2', '--skip-slow', '--skip-network', '-r xX'])"
+ python -c 'import pandas; pandas.test(["-n 2", "--skip-slow", "--skip-network", "-r xX", "-m not single"])'
31
32
elif [ "$DOC" ]; then
33
echo "We are not running pytest as this is a doc-build"
0 commit comments