forked from mirrors/nixpkgs
python39Packages.junos-eznc: add import check
This commit is contained in:
parent
a924a12680
commit
294a0b62c6
|
@ -40,6 +40,8 @@ buildPythonPackage rec {
|
|||
nosetests -v --with-coverage --cover-package=jnpr.junos --cover-inclusive -a unit
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "jnpr.junos" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.github.com/Juniper/py-junos-eznc";
|
||||
description = "Junos 'EZ' automation for non-programmers";
|
||||
|
|
Loading…
Reference in a new issue