Skip to content
Snippets Groups Projects
Commit d28114ff authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: use coverage from PyPI on Ubuntu

I'm seeing warnings like this:

    CoverageWarning: Couldn't use data file
    '/builds/mercurial/hg-git/coverage-279600': Looks like a coverage
    4.x data file. Are you mixing versions of coverage?
parent 695beedb
No related branches found
No related tags found
1 merge request!151Remove compat hacks
Pipeline #31357 passed
......@@ -87,5 +87,5 @@
DEBIAN_FRONTEND=noninteractive
apt-get -qq install --no-install-recommends
gnupg gnupg-agent git unzip ssh mercurial
python3-pygments python3-coverage python3-dulwich python3-setuptools
python3-pygments python3-pip python3-dulwich python3-setuptools
pyflakes3
......@@ -91,4 +91,6 @@
pyflakes3
# get latest coverage, otherwise it might not be compatible
- pip install coverage
- useradd test
- chown -R test *
- >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment