Skip to content

Commit 97c221e

Browse files
committed
Updated pytest minimum required version.
1 parent c5f057d commit 97c221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
tests_require = [
3030
"pytest>=4.6,<5.0; python_version < '3.5'",
31-
"pytest; python_version >= '3.5'",
31+
"pytest>=4.6; python_version >= '3.5'",
3232
"coverage >= 3.7.1, < 5.0.0",
3333
"pytest-cov",
3434
"pytest-localserver",

0 commit comments

Comments
 (0)