python3Packages.keep: Disable check phase

This commit is contained in:
Sandro Jäckel
2021-01-11 12:07:10 +01:00
parent 1d12368d30
commit 733db11207
@@ -24,6 +24,7 @@ buildPythonPackage rec {
];
# no tests
doCheck = false;
pythonImportsCheck = [ "keep" ];
meta = with lib; {