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 83e67c4 commit 92f10ceCopy full SHA for 92f10ce
requirements-dev.txt
@@ -1,7 +1,7 @@
1
-e .[socks]
2
pytest>=2.8.0,<9
3
pytest-cov
4
-pytest-httpbin==2.0.0
+pytest-httpbin==2.1.0rc1
5
httpbin~=0.10.0
6
trustme
7
wheel
setup.py
@@ -40,7 +40,7 @@
40
"certifi>=2017.4.17",
41
]
42
test_requirements = [
43
- "pytest-httpbin==2.0.0",
+ "pytest-httpbin==2.1.0rc1",
44
"pytest-cov",
45
"pytest-mock",
46
"pytest-xdist",
0 commit comments