python3.pkgs.identify: add pythonImportsCheck

This commit is contained in:
Jörg Thalheim 2021-02-22 17:53:54 +01:00
parent 8c24833f11
commit 208c701120
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "de7129142a5c86d75a52b96f394d94d96d497881d2aaf8eafe320cdbe8ac4bcc";
};
pythonImportsCheck = [ "identify" ];
# Tests not included in PyPI tarball
doCheck = false;