File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 ${{ matrix.python-version }}
1919 - name : Install dependencies
2020 run : |
21- python3.12 -m pip install --upgrade pip pipx
21+ python3.12 -m pip install pipx
2222 python3.12 -m pipx install nox
23+ python3.12 -m pipx install coverage
2324 - name : Test with pytest
2425 run : nox -p ${{ matrix.python-version }}
2526 - name : Coveralls Parallel
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Changelog = "https://zopeext.readthedocs.io/en/latest/#changelog"
6060[project .optional-dependencies ]
6161test = [
6262 ' importlib-metadata>=4.8.3; python_version < "3.8"' ,
63+ ' typing_extensions<4.8.0; python_version < "3.8"' ,
6364 ' pip>=22.2.1' ,
6465 ' pytest-cov>=4.0.0' ,
6566 " sphinx-testing>=1.0.1" ,
@@ -107,3 +108,4 @@ doctest_optionflags = [
107108[tool .coverage .run ]
108109# https://github.com/marketplace/actions/coveralls-python#coveragepy-configuration
109110relative_files = true
111+ --format =cobertura
You can’t perform that action at this time.
0 commit comments