Skip to content

Commit

Permalink
Fix pluggy requirement
Browse files Browse the repository at this point in the history
Pluggy released 0.7.0 and 0.7.1and the way pip does dependency
resolution it doesn't catch that pytest requires < 0.7. Hoisting the
requirement of <0.7 up to the top of requirements-dev.txt allows pip to
pull in the correct version of pluggy which is 0.6.0.
  • Loading branch information
stealthycoin committed Jul 30, 2018
1 parent 21c6ebd commit 3a17932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ pygments==2.1.3
mock==2.0.0
requests==2.18.4
hypothesis==3.56.3
pluggy<0.7

mypy==0.590; python_version >= '3.6'

0 comments on commit 3a17932

Please sign in to comment.