diff --git a/config/default/pyproject.toml.j2 b/config/default/pyproject.toml.j2 index 4249ee0..473b490 100644 --- a/config/default/pyproject.toml.j2 +++ b/config/default/pyproject.toml.j2 @@ -130,6 +130,7 @@ Zope = [ 'Products.CMFCore', 'Products.CMFDynamicViewFTI', ] python-dateutil = ['dateutil'] +pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing'] {% if dependencies_ignores %} ignore-packages = %(dependencies_ignores)s {% endif %}