Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit b6a4f08

Browse files
Pin pytest to 5.3.5 (#78)
1 parent 3352ff0 commit b6a4f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ before_install:
6666
- CONTAINER="wheels"; # pre-relesae
6767
- BUILD_COMMIT=$BUILD_COMMIT;
6868
- BUILD_DEPENDS="$NP_BUILD_DEP $EXTRA_BUILD_DEP Cython"
69-
- TEST_DEPENDS="$NP_TEST_DEP pytest>=4.0.2 pytest-xdist hypothesis"
69+
- TEST_DEPENDS="$NP_TEST_DEP pytest==5.3.5 pytest-xdist hypothesis"
7070
- source multibuild/common_utils.sh
7171
- source multibuild/travis_steps.sh
7272
- before_install

0 commit comments

Comments
 (0)