You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PEP specifies the tool namespace, so I suppose the best would be reading from tool.pytest.enabler (or tool.pytest-enabler)?
I noticed this issue when I was working on the PEP 621 support for setuptools (and trying to convert setuptools' own setup.cfg file to pyproject.toml).
The text was updated successfully, but these errors were encountered:
Hi @jaraco, I am under the impression that using a top-level
pytest
table is not allowed under PEP 518.pytest-enabler/pytest_enabler/__init__.py
Lines 25 to 27 in 3eaf212
The PEP specifies the
tool
namespace, so I suppose the best would be reading fromtool.pytest.enabler
(ortool.pytest-enabler
)?I noticed this issue when I was working on the PEP 621 support for setuptools (and trying to convert setuptools' own
setup.cfg
file topyproject.toml
).The text was updated successfully, but these errors were encountered: