File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
:: test on windows
2
2
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 1
1
#! /bin/sh
2
2
command -v coverage > /dev/null && coverage erase
3
3
command -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 1
1
:: test on windows
2
2
set 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 5
5
# https://github.com/pytest-dev/pytest/issues/1075
6
6
export PYTHONHASHSEED=$( python -c ' import random; print(random.randint(1, 4294967295))' )
7
7
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