Skip to content

Commit ceaf852

Browse files
authored
Revert "fix pytest-xidst version as 1.17 appears buggy (#16652)" (#16657)
This reverts commit ec6bf6d. 1.17.1 released that fixes
1 parent dc716b0 commit ceaf852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ -e ${REQ} ]; then
107107
fi
108108

109109
time conda install -n pandas pytest
110-
time pip install pytest-xdist==1.16.0
110+
time pip install pytest-xdist
111111

112112
if [ "$LINT" ]; then
113113
conda install flake8

0 commit comments

Comments
 (0)