Skip to content

Commit ec6bf6d

Browse files
authored
fix pytest-xidst version as 1.17 appears buggy (pandas-dev#16652)
1 parent 5aba665 commit ec6bf6d

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
110+
time pip install pytest-xdist==1.16.0
111111

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

0 commit comments

Comments
 (0)