From c19f199d725dc8ceaef8b17b829c81fd7bd49005 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 16 Sep 2023 12:22:47 +0200 Subject: [PATCH] python311Packages.pytest-httpbin: disable failing test Likely broke with the flask 2.3 update. --- pkgs/development/python-modules/pytest-httpbin/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/pytest-httpbin/default.nix b/pkgs/development/python-modules/pytest-httpbin/default.nix index c56c34dff574..db94f2b6e163 100644 --- a/pkgs/development/python-modules/pytest-httpbin/default.nix +++ b/pkgs/development/python-modules/pytest-httpbin/default.nix @@ -37,6 +37,11 @@ buildPythonPackage rec { requests ]; + disabledTests = [ + # incompatible with flask 2.3 + "test_redirect_location_is_https_for_secure_server" + ]; + __darwinAllowLocalNetworking = true; pythonImportsCheck = [