Skip to content

Commit

Permalink
Pin hypothesis at 4.2.3 (#283)
Browse files Browse the repository at this point in the history
https://travis-ci.org/django/daphne/jobs/595912612

Requirement already satisfied: attrs>=17.4.0 in /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages (from twisted) (18.2.0)

hypothesis 4.40.0 has requirement attrs>=19.2.0, but you'll have attrs 18.2.0 which is incompatible.
  • Loading branch information
carltongibson authored Oct 10, 2019
1 parent 333f464 commit d3630e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref~=3.0"],
setup_requires=["pytest-runner"],
extras_require={
"tests": ["hypothesis~=4.23", "pytest~=3.10", "pytest-asyncio~=0.8"]
"tests": ["hypothesis==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"]
},
entry_points={
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
Expand Down

0 comments on commit d3630e0

Please sign in to comment.