pythonPackages.pysaml2: Make tests pass in darwin sandbox

This commit is contained in:
Sandro Jäckel
2020-10-31 13:21:26 +01:00
parent a163fde1a0
commit 84f0c4bfa9

View File

@@ -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; {