From 3ccc7ea759eb5a98420099b799ed2ae0319557a9 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Wed, 12 Apr 2023 08:34:35 -0400 Subject: [PATCH] Use httpbin fork Add aaronhmiller/httpbin fork which has had https://github.com/aaronhmiller/httpbin.git applied so it can work with latest werkzeug. --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index a1cc5057..ad49ac48 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -3,7 +3,7 @@ WebTest pytest-cov mock urllib3 -httpbin flask ujson lxml +httpbin @ git+https://github.com/aaronhmiller/httpbin.git