Skip to content

Commit

Permalink
Merge pull request #237 from plone/232-pytest-plone-mapping
Browse files Browse the repository at this point in the history
feat(dependencies): add pytest-plone mapping
  • Loading branch information
davisagli authored Sep 3, 2024
2 parents 7a01735 + be2693e commit 5d22fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default/pyproject.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 5d22fbf

Please sign in to comment.