Skip to content

Commit d07cd2d

Browse files
opoplawskiTinche
authored andcommitted
Fix required pytest version
1 parent 86cd9a6 commit d07cd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def find_version():
4040
"Framework :: Pytest",
4141
],
4242
python_requires=">= 3.5",
43-
install_requires=["pytest >= 3.0.6"],
43+
install_requires=["pytest >= 3.6.0"],
4444
extras_require={
4545
':python_version == "3.5"': "async_generator >= 1.3",
4646
"testing": [

0 commit comments

Comments
 (0)