From 0289f3f45bbbb760c148ea6e39efeaada666ea28 Mon Sep 17 00:00:00 2001 From: immerrr Date: Wed, 10 Aug 2022 08:57:55 +0200 Subject: [PATCH] tox.ini use regular pytest-httpbin (related fix is now released to PyPI) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a5519a9..8c0c15dc 100644 --- a/tox.ini +++ b/tox.ini @@ -74,7 +74,7 @@ commands = deps = Werkzeug==2.0.3 pytest - git+https://github.com/immerrr/pytest-httpbin@fix-redirect-location-scheme-for-secure-server + pytest-httpbin pytest-cov PyYAML ipaddress