diff --git a/.meta.toml b/.meta.toml index 20de39039..3bf9f054d 100644 --- a/.meta.toml +++ b/.meta.toml @@ -3,7 +3,7 @@ # See the inline comments on how to expand/tweak this configuration file [meta] template = "default" -commit-id = "a89af8f2" +commit-id = "5d22fbf8" [pyproject] codespell_ignores = "oder,ist,crate" diff --git a/news/+meta.internal b/news/+meta.internal new file mode 100644 index 000000000..c08f53991 --- /dev/null +++ b/news/+meta.internal @@ -0,0 +1,2 @@ +Update configuration files. +[plone devs] diff --git a/pyproject.toml b/pyproject.toml index 35e47cbbe..6eb2b7eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,6 +119,7 @@ Zope = [ 'Products.CMFCore', 'Products.CMFDynamicViewFTI', ] python-dateutil = ['dateutil'] +pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing'] ignore-packages = ['ZServer', 'plone.app.event', 'Products.CMFPlone',] ##