File tree Expand file tree Collapse file tree 4 files changed +5
-16
lines changed
Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Setup Python
140140 uses : actions/setup-python@v4
141141 with :
142- python-version : 3.11-dev
142+ python-version : 3.x
143143 - name : Install tox
144144 run : |
145145 python -m pip install tox
Original file line number Diff line number Diff line change @@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
66skip-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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ commands =
3636skip_install = True
3737deps =
3838 towncrier
39- jaraco.develop
39+ jaraco.develop >= 7.23
4040passenv = *
4141commands =
42- python -m jaraco.develop.towncrier build --yes
42+ python -m jaraco.develop.finalize
43+
4344
4445[testenv:release]
4546skip_install = True
You can’t perform that action at this time.
0 commit comments