Closed ericof closed 2 months ago
Add the following mapping to the [tool.dependencychecker] section in pyproject.toml if the user selects pytest
[tool.dependencychecker]
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
Seems nobody worked on it 🫣
Do we want that to be conditional (optimal), or can we just go with it? That makes it so much easier, as it is adding a single line on pyproject.toml and that would be it ✨
pyproject.toml
Add the following mapping to the
[tool.dependencychecker]
section in pyproject.toml if the user selects pytest