This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 83e853ea76 Remove flask from tests/Pipfile (#9688)
83e853ea76 is described below
commit 83e853ea761f9ad704ff3b703356e239fc462ac5
Author: Brian Neradt <[email protected]>
AuthorDate: Mon May 8 17:59:19 2023 -0500
Remove flask from tests/Pipfile (#9688)
flask was needed for httpbin. Now that we've removed our httpbin
dependency in favor of the maintained go-httpbin, flask is not longer
needed in the pip virtual environment for autests.
---
tests/Pipfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/Pipfile b/tests/Pipfile
index 153efc2213..68c3051471 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -43,7 +43,5 @@ jsonschema = "*"
python-jose = "*"
pyyaml ="*"
-flask = "==2.1.3"
-
[requires]
python_version = "3"