pythonPackages.cornice: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 22:37:48 +01:00
parent 7949c406a8
commit c79e83a33c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,6 +20,7 @@ buildPythonPackage rec {
# tests not packaged with pypi release
doCheck = false;
pythonImportsCheck = [ "cornice" ];
meta = with lib; {
homepage = "https://github.com/mozilla-services/cornice";
@ -27,5 +28,4 @@ buildPythonPackage rec {
license = licenses.mpl20;
maintainers = [ maintainers.costrouc ];
};
}