Skip to content

Commit df6d134

Browse files
committed
Coverage version
1 parent 5c80790 commit df6d134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_functional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os: ['ubuntu-latest']
52-
python-version: ['3.12', '3.13', '3.14']
53-
coverage: [0, 1]
52+
python-version: ['3.13', '3.14']
53+
coverage: [1]
5454

5555
env:
5656
# these vars are used by etc/bin/run-functional-tests

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tests =
9696
aiosmtpd
9797
async_generator
9898
bandit>=1.7.0
99-
coverage>=5.0.0
99+
coverage==7.11.0
100100
flake8-broken-line>=0.3.0
101101
flake8-bugbear>=21.0.0
102102
flake8-builtins>=1.5.0

0 commit comments

Comments
 (0)