pass.audit: Disable tests on darwin
This commit is contained in:
parent
80a25eaa4a
commit
a1d83d01f2
@ -30,7 +30,8 @@ in stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pythonEnv ];
|
buildInputs = [ pythonEnv ];
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
doCheck = true;
|
# Tests freeze on darwin with: pass-audit-1.1 (checkPhase): EOFError
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
checkInputs = [ pythonPackages.green pass gnupg ];
|
checkInputs = [ pythonPackages.green pass gnupg ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${pythonEnv}/bin/python3 setup.py green -q
|
${pythonEnv}/bin/python3 setup.py green -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user