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

Commit

Permalink
Revert "remove pytest pin"
Browse files Browse the repository at this point in the history
This reverts commit 8dce6dc.
  • Loading branch information
TomAugspurger committed Mar 13, 2019
1 parent 8dce6dc commit fdaf246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ before_install:
- CONTAINER="wheels";
- BUILD_COMMIT=$BUILD_COMMIT;
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
- TEST_DEPENDS="$NP_TEST_DEP pytest pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- before_install
Expand Down

0 comments on commit fdaf246

Please sign in to comment.