From e753d8d94f5a70e0f7727ecfb435cd78aa10914d Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 30 Jul 2025 14:06:20 +0300 Subject: [PATCH] Test custom mitmproxy dep --- .devcontainer/src/test/regress/Pipfile | 2 +- src/test/regress/Pipfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/src/test/regress/Pipfile b/.devcontainer/src/test/regress/Pipfile index c69da4007..74de96af4 100644 --- a/.devcontainer/src/test/regress/Pipfile +++ b/.devcontainer/src/test/regress/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [packages] -mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"} +mitmproxy = {editable = true, ref = "ihalatci-patch-1", git = "https://github.com/citusdata/mitmproxy.git"} construct = "*" docopt = "==0.6.2" cryptography = ">=41.0.4" diff --git a/src/test/regress/Pipfile b/src/test/regress/Pipfile index c69da4007..74de96af4 100644 --- a/src/test/regress/Pipfile +++ b/src/test/regress/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [packages] -mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"} +mitmproxy = {editable = true, ref = "ihalatci-patch-1", git = "https://github.com/citusdata/mitmproxy.git"} construct = "*" docopt = "==0.6.2" cryptography = ">=41.0.4"