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 @@ -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
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 @@ -33,10 +33,11 @@ commands =
3333skip_install = True
3434deps =
3535 towncrier
36- jaraco.develop
36+ jaraco.develop >= 7.23
3737passenv = *
3838commands =
39- python -m jaraco.develop.towncrier build --yes
39+ python -m jaraco.develop.finalize
40+
4041
4142[testenv:release]
4243skip_install = True
You can’t perform that action at this time.
0 commit comments