We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a13942 commit 15f6272Copy full SHA for 15f6272
pyproject.toml
@@ -6,3 +6,11 @@ build-backend = "setuptools.build_meta"
6
skip-string-normalization = true
7
8
[tool.setuptools_scm]
9
+
10
+# jaraco/skeleton#22
11
+[tool.jaraco.pytest.opts.--black]
12
+action = "store_true"
13
14
15
+[tool.jaraco.pytest.opts.--mypy]
16
setup.cfg
@@ -26,9 +26,11 @@ testing =
26
pytest >= 3.5, !=3.7.3
27
pytest-checkdocs >= 1.2.3
28
pytest-flake8
29
- pytest-black >= 0.3.7
+ pytest-black >= 0.3.7; python_implementation != "PyPy"
30
pytest-cov
31
- pytest-mypy
+ pytest-mypy; python_implementation != "PyPy"
32
+ # jaraco/skeleton#22
33
+ jaraco.test >= 3
34
35
# local
36
0 commit comments