pythonPackages.image-match: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 01:25:26 +01:00
parent b81c23ee05
commit 59e6b92789
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -24,6 +24,7 @@ buildPythonPackage {
# tests cannot work without elasticsearch
doCheck = false;
pythonImportsCheck = [ "image_match" ];
meta = with lib; {
homepage = "https://github.com/ascribe/image-match";