Thanks to visit codestin.com Credit goes to github.com
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 0cab7c6 commit 862651dCopy full SHA for 862651d
.travis.yml
@@ -154,7 +154,7 @@ script:
154
# Workaround for pytest-xdist flaky collection order
155
# https://github.com/pytest-dev/pytest/issues/920
156
# https://github.com/pytest-dev/pytest/issues/1075
157
- export PYTHONHASHSEED=$(shuf -i 1-4294967295 -n 1)
+ export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
158
echo PYTHONHASHSEED=$PYTHONHASHSEED
159
160
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
0 commit comments