From 84f0c4bfa9509243a200b39ce7bb0d0fcefa6d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 31 Oct 2020 13:21:26 +0100 Subject: [PATCH] pythonPackages.pysaml2: Make tests pass in darwin sandbox --- pkgs/development/python-modules/pysaml2/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pysaml2/default.nix b/pkgs/development/python-modules/pysaml2/default.nix index 593911c064e..f30fddc1efd 100644 --- a/pkgs/development/python-modules/pysaml2/default.nix +++ b/pkgs/development/python-modules/pysaml2/default.nix @@ -49,7 +49,8 @@ buildPythonPackage rec { checkPhase = '' py.test -k "not test_load_extern_incommon \ and not test_load_remote_encoding \ - and not test_load_external" + and not test_load_external \ + and not test_conf_syslog" ''; meta = with stdenv.lib; {