We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c9f7 commit 26af3b8Copy full SHA for 26af3b8
requirements_test.txt
@@ -1,3 +1,3 @@
1
-pytest==5.0.1
+pytest==4.6.5
2
pytest-flake8==1.0.4
3
pytest-localserver==0.5.0
setup.py
@@ -53,7 +53,7 @@
53
]
54
},
55
tests_require=[
56
- 'pytest>=5.0',
+ 'pytest>=4.6',
57
'pytest-localserver>=0.5',
58
'pytest-flake8>=1.0',
59
'tox>=3.13',
0 commit comments