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.
2 parents b2f6fb3 + 2678a7e commit b88340bCopy full SHA for b88340b
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
@@ -41,7 +41,7 @@ testing =
41
pytest-mypy >= 0.9.1; \
42
# workaround for jaraco/skeleton#22
43
python_implementation != "PyPy"
44
- pytest-enabler >= 1.0.1
+ pytest-enabler >= 1.3
45
46
# local
47
importlib_resources>=1.3; python_version < "3.9"
0 commit comments