Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Nov 7, 2024
1 parent 240e2bf commit b85dac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Zope = [
]
python-dateutil = ['dateutil']
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
ignore-packages = ['Products.LinguaPlone']
ignore-packages = ['Products.LinguaPlone', 'Products.CMFPlacefulWorkflow']

##
# Add extra configuration options in .meta.toml:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"plone.rfc822",
"plone.testing",
"robotsuite",
"Products.CMFPlacefulWorkflow",
],
},
entry_points="""
Expand Down

0 comments on commit b85dac4

Please sign in to comment.