Skip to content

Commit 0babe45

Browse files
committed
- fix coverage install
1 parent a6fc65e commit 0babe45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
# works fine with non-editable installs.)
317317
run: |
318318
pip install -U wheel
319-
pip install -U --no-binary :all: coverage
319+
pip install -U --no-binary :all: coverage[toml]
320320
# Unzip into src/ so that testrunner can find the .so files
321321
# when we ask it to load tests from that directory. This
322322
# might also save some build time?

.meta.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/c-code
33
[meta]
44
template = "c-code"
5-
commit-id = "32ea0a11"
5+
commit-id = "a8ae60f1"
66

77
[python]
88
with-pypy = true
@@ -70,7 +70,7 @@ additional-install = [
7070
" # works fine with non-editable installs.)",
7171
" run: |",
7272
" pip install -U wheel",
73-
" pip install -U --no-binary :all: coverage",
73+
" pip install -U --no-binary :all: coverage[toml]",
7474
" # Unzip into src/ so that testrunner can find the .so files",
7575
" # when we ask it to load tests from that directory. This",
7676
" # might also save some build time?",

0 commit comments

Comments
 (0)