python3Packages.keep: Disable check phase

This commit is contained in:
Sandro Jäckel
2021-01-08 22:34:20 +01:00
parent 1d12368d30
commit 733db11207

View File

@@ -24,6 +24,7 @@ buildPythonPackage rec {
];
# no tests
doCheck = false;
pythonImportsCheck = [ "keep" ];
meta = with lib; {