Skip to content

Commit

Permalink
Leverage pytest-enabler 2.2 for the default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 26, 2023
1 parent 8e83c3f commit 74ba8ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
skip-string-normalization = true

[tool.setuptools_scm]

[tool.pytest-enabler.black]
addopts = "--black"

[tool.pytest-enabler.mypy]
addopts = "--mypy"

[tool.pytest-enabler.cov]
addopts = "--cov"

[tool.pytest-enabler.ruff]
addopts = "--ruff"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ testing =
pytest-mypy >= 0.9.1; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-enabler >= 1.3
pytest-enabler >= 2.2
pytest-ruff

# local
Expand Down

0 comments on commit 74ba8ac

Please sign in to comment.