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