We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821be39 commit 12f2c6aCopy full SHA for 12f2c6a
test_fast.sh
@@ -1 +1,8 @@
1
+#!/bin/bash
2
+
3
+# Workaround for pytest-xdist flaky collection order
4
+# https://github.com/pytest-dev/pytest/issues/920
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 -m "not single" -n 4
0 commit comments