python3.pkgs.identify: add pythonImportsCheck
This commit is contained in:
parent
8c24833f11
commit
208c701120
@ -9,6 +9,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "de7129142a5c86d75a52b96f394d94d96d497881d2aaf8eafe320cdbe8ac4bcc";
|
sha256 = "de7129142a5c86d75a52b96f394d94d96d497881d2aaf8eafe320cdbe8ac4bcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "identify" ];
|
||||||
|
|
||||||
# Tests not included in PyPI tarball
|
# Tests not included in PyPI tarball
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user