We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e9bf3 commit 01b1126Copy full SHA for 01b1126
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