9 buildPythonPackage rec {
10 pname = "zope-testing";
15 pname = "zope.testing";
17 hash = "sha256-6HzQ2NZmVzza8TOBare5vuyAGmSoZZXBnLX+mS7z1kk=";
31 "src/zope/testing/tests.py"
34 pythonImportsCheck = [
43 description = "Zope testing helpers";
44 homepage = "https://github.com/zopefoundation/zope.testing";
45 changelog = "https://github.com/zopefoundation/zope.testing/blob/${version}/CHANGES.rst";
46 license = licenses.zpl21;
47 maintainers = with maintainers; [ goibhniu ];