Skip to content

Commit 2678a7e

Browse files
committed
Honor PEP 518 with pytest-enabler.
1 parent 6dcd157 commit 2678a7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ skip-string-normalization = true
77

88
[tool.setuptools_scm]
99

10-
[pytest.enabler.black]
10+
[tool.pytest-enabler.black]
1111
addopts = "--black"
1212

13-
[pytest.enabler.mypy]
13+
[tool.pytest-enabler.mypy]
1414
addopts = "--mypy"
1515

16-
[pytest.enabler.flake8]
16+
[tool.pytest-enabler.flake8]
1717
addopts = "--flake8"
1818

19-
[pytest.enabler.cov]
19+
[tool.pytest-enabler.cov]
2020
addopts = "--cov"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ testing =
3838
pytest-mypy >= 0.9.1; \
3939
# workaround for jaraco/skeleton#22
4040
python_implementation != "PyPy"
41-
pytest-enabler >= 1.0.1
41+
pytest-enabler >= 1.3
4242

4343
# local
4444

0 commit comments

Comments
 (0)