We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691edea commit 457f0a3Copy full SHA for 457f0a3
test_fast.sh
@@ -5,4 +5,4 @@
5
# https://github.com/pytest-dev/pytest/issues/1075
6
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
7
8
-pytest pandas --skip-slow --skip-network --skip-db -m "not single" -n 16 -r sxX --strict "$@"
+pytest pandas --skip-slow --skip-network --skip-db -m "not single" -n 4 -r sxX --strict "$@"
0 commit comments