Skip to content

Commit e0357c3

Browse files
Ignore setuptools dependency.
I don't want to clean this up on the 3.x branch.
1 parent 588c2b5 commit e0357c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ template = "default"
66
commit-id = "2.9.1.dev0"
77

88
[pyproject]
9-
dependencies_ignores = "['z3c.form', 'plone.supermodel', 'plone.rfc822', 'plone.schemaeditor', 'plone.app.z3cform', 'Products.Portaltransforms', 'plone.app.vocabularies']"
9+
dependencies_ignores = "['z3c.form', 'plone.supermodel', 'plone.rfc822', 'plone.schemaeditor', 'plone.app.z3cform', 'Products.Portaltransforms', 'plone.app.vocabularies', 'setuptools']"
1010

1111
[tox]
1212
skip_test_extra = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Zope = [
122122
]
123123
python-dateutil = ['dateutil']
124124
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
125-
ignore-packages = ['z3c.form', 'plone.supermodel', 'plone.rfc822', 'plone.schemaeditor', 'plone.app.z3cform', 'Products.Portaltransforms', 'plone.app.vocabularies']
125+
ignore-packages = ['z3c.form', 'plone.supermodel', 'plone.rfc822', 'plone.schemaeditor', 'plone.app.z3cform', 'Products.Portaltransforms', 'plone.app.vocabularies', 'setuptools']
126126

127127
##
128128
# Add extra configuration options in .meta.toml:

0 commit comments

Comments
 (0)