Skip to content

Commit

Permalink
Update pytest minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Jun 3, 2020
1 parent be6808b commit 7448535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
]
TEST_REQUIRES = [
"pytest-runner >= 2.11, < 3",
"pytest >= 4, < 5",
"pytest >= 4.6.10, < 5",
"pytest-mock >= 1.2, < 2",
"pytest-xdist >= 1.18, < 2",
"pytest-cov >= 2, < 3"
Expand Down

0 comments on commit 7448535

Please sign in to comment.