pythonPackages.nose: Don't run tests on darwin.
Should fix NixOS/charon#77
This commit is contained in:
parent
5336c82882
commit
ed87cc2e4e
@ -1659,6 +1659,8 @@ pythonPackages = python.modules // rec {
|
||||
};
|
||||
|
||||
buildInputs = [ coverage ];
|
||||
|
||||
doCheck = ! stdenv.isDarwin;
|
||||
};
|
||||
|
||||
nose2 = if isPy26 then null else (buildPythonPackage rec {
|
||||
|
Loading…
x
Reference in New Issue
Block a user