Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.pytest-httpbin: disable failing test

Likely broke with the flask 2.3 update.

+5
+5
pkgs/development/python-modules/pytest-httpbin/default.nix
··· 37 37 requests 38 38 ]; 39 39 40 + disabledTests = [ 41 + # incompatible with flask 2.3 42 + "test_redirect_location_is_https_for_secure_server" 43 + ]; 44 + 40 45 __darwinAllowLocalNetworking = true; 41 46 42 47 pythonImportsCheck = [