From 51976d3b7a61cf2e7c9cf24b112c3bc03a739d6f Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 12 Mar 2020 15:59:36 -0500 Subject: [PATCH] Pin pytest to 5.3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f2b03d..09c927d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ before_install: - CONTAINER="wheels"; # pre-relesae - BUILD_COMMIT=$BUILD_COMMIT; - BUILD_DEPENDS="$NP_BUILD_DEP $EXTRA_BUILD_DEP Cython" - - TEST_DEPENDS="$NP_TEST_DEP pytest>=4.0.2 pytest-xdist hypothesis" + - TEST_DEPENDS="$NP_TEST_DEP pytest==5.3.5 pytest-xdist hypothesis" - source multibuild/common_utils.sh - source multibuild/travis_steps.sh - before_install