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
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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