File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316
316
# works fine with non-editable installs.)
317
317
run : |
318
318
pip install -U wheel
319
- pip install -U --no-binary :all: coverage
319
+ pip install -U --no-binary :all: coverage[toml]
320
320
# Unzip into src/ so that testrunner can find the .so files
321
321
# when we ask it to load tests from that directory. This
322
322
# might also save some build time?
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/c-code
3
3
[meta ]
4
4
template = " c-code"
5
- commit-id = " 32ea0a11 "
5
+ commit-id = " a8ae60f1 "
6
6
7
7
[python ]
8
8
with-pypy = true
@@ -70,7 +70,7 @@ additional-install = [
70
70
" # works fine with non-editable installs.)" ,
71
71
" run: |" ,
72
72
" pip install -U wheel" ,
73
- " pip install -U --no-binary :all: coverage" ,
73
+ " pip install -U --no-binary :all: coverage[toml] " ,
74
74
" # Unzip into src/ so that testrunner can find the .so files" ,
75
75
" # when we ask it to load tests from that directory. This" ,
76
76
" # might also save some build time?" ,
You can’t perform that action at this time.
0 commit comments