18 buildPythonPackage rec {
25 hash = "sha256-5Rx5IRXF2q1OgGdXuvovdUwADCPmurw75eQHdf5Jtdw=";
30 rm -vf src/ZODB/tests/testdocumentation.py
33 propagatedBuildInputs = [
50 ${python.interpreter} -m zope.testrunner --test-path=src []
54 description = "Zope Object Database: object database and persistence";
55 homepage = "https://zodb-docs.readthedocs.io/";
56 changelog = "https://github.com/zopefoundation/ZODB/blob/${version}/CHANGES.rst";
57 license = licenses.zpl21;