Skip to content

Commit

Permalink
python3Packages.pysaml2: disable tests broken by pyopenssl update
Browse files Browse the repository at this point in the history
  • Loading branch information
melvyn2 committed Jan 4, 2025
1 parent acb2751 commit 4f69310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/pysaml2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 4f69310

Please sign in to comment.