File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff 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 ]
1211addopts = " --black"
1312
14- # jaraco/skeleton#22
15- [tool .jaraco .pytest .plugins .mypy ]
13+ [pytest .enabler .mypy ]
1614addopts = " --mypy"
1715
18- [tool . jaraco . pytest .plugins .flake8 ]
16+ [pytest .enabler .flake8 ]
1917addopts = " --flake8"
2018
21- [tool . jaraco . pytest .plugins .cov ]
19+ [pytest .enabler .cov ]
2220addopts = " --cov"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments