Skip to content

Commit fad53eb

Browse files
author
Michael McNeil Forbes
committed
CI: Trying to explicitly add coverage
--HG-- branch : default/0.4.3
1 parent a0eff69 commit fad53eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
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 --upgrade 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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Changelog = "https://zopeext.readthedocs.io/en/latest/#changelog"
6060
[project.optional-dependencies]
6161
test = [
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",

0 commit comments

Comments
 (0)