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