9 buildPythonPackage rec {
10 pname = "plone.testing";
14 inherit pname version;
15 sha256 = "082b03aebe81d0bdcc44a917a795ae60d3add2c2abbee11e7c335fb13d5e7ca7";
18 propagatedBuildInputs = [ six setuptools zope_testing ];
20 # Huge amount of testing dependencies (including Zope2)
24 description = "Testing infrastructure for Zope and Plone projects";
25 homepage = "https://github.com/plone/plone.testing";
26 license = lib.licenses.bsd3;