python3Packages.python-nomad: add pythonImportsCheck
This commit is contained in:
@@ -14,6 +14,8 @@ buildPythonPackage rec {
|
||||
# Tests require nomad agent
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "nomad" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python client library for Hashicorp Nomad";
|
||||
homepage = "https://github.com/jrxFive/python-nomad";
|
||||
|
||||
Reference in New Issue
Block a user