7 , setuptools-declarative-requirements
11 buildPythonPackage rec {
12 pname = "pytest-helpers-namespace";
13 version = "2021.12.29";
14 format = "setuptools";
18 inherit pname version;
19 sha256 = "792038247e0021beb966a7ea6e3a70ff5fcfba77eb72c6ec8fd6287af871c35b";
22 nativeBuildInputs = [ setuptools setuptools-declarative-requirements setuptools-scm ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "pytest_helpers_namespace" ];
29 homepage = "https://github.com/saltstack/pytest-helpers-namespace";
30 description = "PyTest Helpers Namespace";
31 license = licenses.asl20;
32 maintainers = [ maintainers.kiwi ];