Skip to content

Commit b88340b

Browse files
committed
2 parents b2f6fb3 + 2678a7e commit b88340b

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
@@ -41,7 +41,7 @@ testing =
4141
pytest-mypy >= 0.9.1; \
4242
# workaround for jaraco/skeleton#22
4343
python_implementation != "PyPy"
44-
pytest-enabler >= 1.0.1
44+
pytest-enabler >= 1.3
4545

4646
# local
4747
importlib_resources>=1.3; python_version < "3.9"

0 commit comments

Comments
 (0)