mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
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…
Reference in a new issue