10 buildPythonPackage rec {
11 pname = "zope-testing";
16 pname = "zope.testing";
18 hash = "sha256-6HzQ2NZmVzza8TOBare5vuyAGmSoZZXBnLX+mS7z1kk=";
21 nativeBuildInputs = [ setuptools ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pytestFlagsArray = [ "src/zope/testing/tests.py" ];
29 pythonImportsCheck = [ "zope.testing" ];
31 pythonNamespaces = [ "zope" ];
34 description = "Zope testing helpers";
35 homepage = "https://github.com/zopefoundation/zope.testing";
36 changelog = "https://github.com/zopefoundation/zope.testing/blob/${version}/CHANGES.rst";
37 license = licenses.zpl21;