aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix
index 593911c064ec..f30fddc1efd8 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pysaml2/default.nix
+++ b/infra/libkookie/nixpkgs/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; {