about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysaml2
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-10-31 13:21:26 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-25 21:36:39 +0100
commit84f0c4bfa9509243a200b39ce7bb0d0fcefa6d4f (patch)
treeb9d6a4c1b274fa5f50f04c09ba4e76c89f506d89 /pkgs/development/python-modules/pysaml2
parenta163fde1a02a892e2e18ae55dd12dfc4cd58d0e0 (diff)
pythonPackages.pysaml2: Make tests pass in darwin sandbox
Diffstat (limited to 'pkgs/development/python-modules/pysaml2')
-rw-r--r--pkgs/development/python-modules/pysaml2/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pysaml2/default.nix b/pkgs/development/python-modules/pysaml2/default.nix
index 593911c064ec4..f30fddc1efd85 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; {