python3Packages.python-nomad: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-09-05 10:55:58 +02:00 committed by GitHub
parent d3a994ea5f
commit 29cd399d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";