pythonPackages.nbsmoke: add import check
This commit is contained in:
parent
1da63c109f
commit
bdc43cd4b5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
# tests not included with pypi release
|
# tests not included with pypi release
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "nbsmoke" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Basic notebook checks and linting";
|
description = "Basic notebook checks and linting";
|
||||||
|
|
Loading…
Reference in a new issue