From fb9a57d4f8e31e6e3db6cefa35668ae183b53f39 Mon Sep 17 00:00:00 2001 From: bneradt Date: Mon, 8 May 2023 17:27:11 -0500 Subject: [PATCH] Remove flask from tests/Pipfile 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 153efc22137..68c30514718 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -43,7 +43,5 @@ jsonschema = "*" python-jose = "*" pyyaml ="*" -flask = "==2.1.3" - [requires] python_version = "3"