Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 26, 2023
2 parents 0ca0bf2 + 74ba8ac commit e3c8984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ skip-string-normalization = true
[tool.setuptools_scm]

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ skip_install = True
deps =
towncrier
bump2version
jaraco.develop >= 7.21
jaraco.develop >= 7.23
passenv = *
commands =
python tools/finalize.py
Expand Down

0 comments on commit e3c8984

Please sign in to comment.