forked from mirrors/nixpkgs
python3Packages.keep: Disable check phase
This commit is contained in:
parent
1d12368d30
commit
733db11207
|
@ -24,6 +24,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "keep" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue