pythonPackages.nbsmoke: add import check
This commit is contained in:
parent
1da63c109f
commit
bdc43cd4b5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user