Skip to content

Commit

Permalink
fix: specify correct min version of pytest (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Mar 10, 2020
1 parent ceafe8d commit 858bec7
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 @@ -13,7 +13,7 @@
"attrs>=18.2.0,<20.0.0",
"colored>=1.3.92,<2.0.0",
"typing_extensions>=3.6,<4.0.0",
"pytest>=5.0.0,<6.0.0",
"pytest>=5.1.0,<6.0.0",
]
test_requires = [
"codecov",
Expand Down

0 comments on commit 858bec7

Please sign in to comment.