pythonPackages.pysaml2: Make tests pass in darwin sandbox

This commit is contained in:
Sandro Jäckel
2020-11-25 21:36:39 +01:00
parent a163fde1a0
commit 84f0c4bfa9
@@ -49,7 +49,8 @@ buildPythonPackage rec {
checkPhase = '' checkPhase = ''
py.test -k "not test_load_extern_incommon \ py.test -k "not test_load_extern_incommon \
and not test_load_remote_encoding \ 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; { meta = with stdenv.lib; {