Skip to content

Commit 74ba8ac

Browse files
committed
Leverage pytest-enabler 2.2 for the default config.
1 parent 8e83c3f commit 74ba8ac

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
66
skip-string-normalization = true
77

88
[tool.setuptools_scm]
9-
10-
[tool.pytest-enabler.black]
11-
addopts = "--black"
12-
13-
[tool.pytest-enabler.mypy]
14-
addopts = "--mypy"
15-
16-
[tool.pytest-enabler.cov]
17-
addopts = "--cov"
18-
19-
[tool.pytest-enabler.ruff]
20-
addopts = "--ruff"

setup.cfg

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

4343
# local

0 commit comments

Comments
 (0)