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.
2 parents de72808 + 862651d commit 5e825bdCopy full SHA for 5e825bd
.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