Skip to content

Commit a36768a

Browse files
committed
Prefer pytest-enabler to jaraco.test
1 parent 2b839ba commit a36768a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

pyproject.toml

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

88
[tool.setuptools_scm]
99

10-
# jaraco/skeleton#22
11-
[tool.jaraco.pytest.plugins.black]
10+
[pytest.enabler.black]
1211
addopts = "--black"
1312

14-
# jaraco/skeleton#22
15-
[tool.jaraco.pytest.plugins.mypy]
13+
[pytest.enabler.mypy]
1614
addopts = "--mypy"
1715

18-
[tool.jaraco.pytest.plugins.flake8]
16+
[pytest.enabler.flake8]
1917
addopts = "--flake8"
2018

21-
[tool.jaraco.pytest.plugins.cov]
19+
[pytest.enabler.cov]
2220
addopts = "--cov"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ testing =
2929
pytest-black >= 0.3.7; python_implementation != "PyPy"
3030
pytest-cov
3131
pytest-mypy; python_implementation != "PyPy"
32-
# jaraco/skeleton#22
33-
jaraco.test >= 3.2.0
32+
pytest-enabler
3433

3534
# local
3635

0 commit comments

Comments
 (0)