File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 52
52
-n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
53
53
submit_coverage_script :
54
54
- pipx run coverage xml -o coverage.xml
55
- - pipx run coveralls --submit coverage.xml
55
+ - pipx run 'coveralls<4' --submit coverage.xml
56
+ # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
56
57
57
58
# Deep clone script for POSIX environments (required for setuptools-scm)
58
59
.clone_script : &clone |
@@ -159,7 +160,8 @@ finalize_task:
159
160
container : {image: "python:3.10-bullseye"}
160
161
depends_on : [test]
161
162
<< : *task-template
162
- install_script : pip install coveralls
163
+ install_script : pip install 'coveralls<4'
164
+ # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
163
165
finalize_coverage_script : coveralls --finish
164
166
165
167
linkcheck_task :
You can’t perform that action at this time.
0 commit comments