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 ee1d839 commit eabac61Copy full SHA for eabac61
ci/run_tests.sh
@@ -5,6 +5,9 @@
5
# https://github.com/pytest-dev/pytest/issues/1075
6
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
7
8
+# May help reproduce flaky CI builds if set in subsequent runs
9
+echo PYTHONHASHSEED=$PYTHONHASHSEED
10
+
11
if [[ "not network" == *"$PATTERN"* ]]; then
12
export http_proxy=http://1.2.3.4 https_proxy=http://1.2.3.4;
13
fi
0 commit comments