We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcd157 commit 2678a7eCopy full SHA for 2678a7e
pyproject.toml
@@ -7,14 +7,14 @@ skip-string-normalization = true
7
8
[tool.setuptools_scm]
9
10
-[pytest.enabler.black]
+[tool.pytest-enabler.black]
11
addopts = "--black"
12
13
-[pytest.enabler.mypy]
+[tool.pytest-enabler.mypy]
14
addopts = "--mypy"
15
16
-[pytest.enabler.flake8]
+[tool.pytest-enabler.flake8]
17
addopts = "--flake8"
18
19
-[pytest.enabler.cov]
+[tool.pytest-enabler.cov]
20
addopts = "--cov"
setup.cfg
@@ -38,7 +38,7 @@ testing =
38
pytest-mypy >= 0.9.1; \
39
# workaround for jaraco/skeleton#22
40
python_implementation != "PyPy"
41
- pytest-enabler >= 1.0.1
+ pytest-enabler >= 1.3
42
43
# local
44
0 commit comments