pythonPackages.nbsmoke: add import check

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

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
# tests not included with pypi release
doCheck = false;
pythonImportsCheck = [ "nbsmoke" ];
meta = with lib; {
description = "Basic notebook checks and linting";