From dad00c7ac8815d9b275640e224f997630c8827ad Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 10 Jun 2017 10:29:04 -0400 Subject: [PATCH] Revert "fix pytest-xidst version as 1.17 appears buggy (#16652)" This reverts commit ec6bf6deaf502ac05a7120df13bd9b13cb3083f6. 1.17.1 released that fixes --- ci/install_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_travis.sh b/ci/install_travis.sh index f4e6c979f28a4..8cf6f2ce636da 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -107,7 +107,7 @@ if [ -e ${REQ} ]; then fi time conda install -n pandas pytest -time pip install pytest-xdist==1.16.0 +time pip install pytest-xdist if [ "$LINT" ]; then conda install flake8