Skip to content

Commit 8dce6dc

Browse files
committed
remove pytest pin
1 parent 09fd4f4 commit 8dce6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ before_install:
8282
- CONTAINER="wheels";
8383
- BUILD_COMMIT=$BUILD_COMMIT;
8484
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
85-
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
85+
- TEST_DEPENDS="$NP_TEST_DEP pytest pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
8686
- source multibuild/common_utils.sh
8787
- source multibuild/travis_steps.sh
8888
- before_install

0 commit comments

Comments
 (0)