Skip to content

Commit

Permalink
Actual prep for bitprophet#2, drop the pytest<3.3 pin
Browse files Browse the repository at this point in the history
bitprophet committed Jun 14, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent c762c24 commit 913aedb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -25,13 +25,8 @@
"pytest11": ["relaxed = pytest_relaxed.plugin"]
},
install_requires=[
# NOTE: pytest 3.3 broke something, not sure what yet
"pytest>=3,<3.3",
# TODO: ditto; six is so widely used it's prob worth having a broad pin
"pytest>=3,<4",
"six>=1,<2",
# TODO: ditto again!
# TODO: but also, we could make this optional if it somehow ever caused
# issues for anyone. Only necessary for @raises right now.
"decorator>=4,<5",
],
classifiers=[

0 comments on commit 913aedb

Please sign in to comment.