We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739ba48 commit 14111d9Copy full SHA for 14111d9
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
# This is based on your 1.0 configuration file or project settings
58
- run: pip install --upgrade setuptools
59
- run: pip install -e .
60
- - run: pip install pytest==3.2.5 hypothesis
+ - run: pip install pytest==3.2.5 hypothesis==3.0.0
61
# Save dependency cache
62
- save_cache:
63
key: v1-dep-{{ .Branch }}-{{ epoch }}
0 commit comments