File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11:: test on windows
22
3- pytest --strict -- skip-slow --skip-network pandas -n 2 %*
3+ pytest --skip-slow --skip-network pandas -n 2 -r sxX --strict %*
Original file line number Diff line number Diff line change 11#! /bin/sh
22command -v coverage > /dev/null && coverage erase
33command -v python-coverage > /dev/null && python-coverage erase
4- pytest pandas --cov=pandas
4+ pytest pandas --cov=pandas -r sxX --strict
Original file line number Diff line number Diff line change 11:: test on windows
22set PYTHONHASHSEED = 314159265
3- pytest --skip-slow --skip-network -m " not single" -n 4 pandas
3+ pytest --skip-slow --skip-network -m " not single" -n 4 -r sXX --strict pandas
Original file line number Diff line number Diff line change 55# https://github.com/pytest-dev/pytest/issues/1075
66export PYTHONHASHSEED=$( python -c ' import random; print(random.randint(1, 4294967295))' )
77
8- pytest pandas --skip-slow --skip-network -m " not single" -n 4 " $@ "
8+ pytest pandas --skip-slow --skip-network -m " not single" -n 4 -r sxX --strict " $@ "
You can’t perform that action at this time.
0 commit comments