Skip to content

Commit

Permalink
Bump pytest req to <5 since we got it working for 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 14, 2019
1 parent f7934e5 commit d910896
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
# TODO: do we need to name the LHS 'pytest_relaxed' too? meh
"pytest11": ["relaxed = pytest_relaxed.plugin"]
},
install_requires=[
"pytest>=3,<4",
"six>=1,<2",
"decorator>=4,<5",
],
install_requires=["pytest>=3,<5", "six>=1,<2", "decorator>=4,<5"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Pytest",
Expand Down

0 comments on commit d910896

Please sign in to comment.