Skip to content

Commit e87feb3

Browse files
committed
Merge branch '2023-handoff' of https://github.com/jaraco/skeleton
2 parents 5c2b705 + 23ed6b1 commit e87feb3

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup Python
132132
uses: actions/setup-python@v4
133133
with:
134-
python-version: 3.11-dev
134+
python-version: 3.x
135135
- name: Install tox
136136
run: |
137137
python -m pip install tox

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
66
skip-string-normalization = true
77

88
[tool.setuptools_scm]
9-
10-
[tool.pytest-enabler.black]
11-
addopts = "--black"
12-
13-
[tool.pytest-enabler.mypy]
14-
addopts = "--mypy"
15-
16-
[tool.pytest-enabler.cov]
17-
addopts = "--cov"
18-
19-
[tool.pytest-enabler.ruff]
20-
addopts = "--ruff"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ testing =
4040
pytest-mypy >= 0.9.1; \
4141
# workaround for jaraco/skeleton#22
4242
python_implementation != "PyPy"
43-
pytest-enabler >= 1.3
43+
pytest-enabler >= 2.2
4444
pytest-ruff
4545

4646
# local

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ commands =
3333
skip_install = True
3434
deps =
3535
towncrier
36-
jaraco.develop
36+
jaraco.develop >= 7.23
3737
passenv = *
3838
commands =
39-
python -m jaraco.develop.towncrier build --yes
39+
python -m jaraco.develop.finalize
40+
4041

4142
[testenv:release]
4243
skip_install = True

0 commit comments

Comments
 (0)