From 4f69310d93f40cbdca9d673078fba19c4903158d Mon Sep 17 00:00:00 2001 From: melvyn Date: Mon, 30 Dec 2024 17:46:45 -0800 Subject: [PATCH] python3Packages.pysaml2: disable tests broken by pyopenssl update --- pkgs/development/python-modules/pysaml2/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/pysaml2/default.nix b/pkgs/development/python-modules/pysaml2/default.nix index f25c9c2a7f25c6..3467e3bbc83807 100644 --- a/pkgs/development/python-modules/pysaml2/default.nix +++ b/pkgs/development/python-modules/pysaml2/default.nix @@ -87,6 +87,12 @@ buildPythonPackage rec { "test_load_remote_encoding" "test_load_external" "test_conf_syslog" + + # Caused by pyopenssl update to 24.3.0 + # https://github.com/IdentityPython/pysaml2/issues/975 + "test_encrypted_response_6" + "test_validate_cert_chains" + "test_validate_with_root_cert" ]; pythonImportsCheck = [ "saml2" ];