jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.69k stars 610 forks source link

Disable coverage report on PyPy tests job #1970

Closed atugushev closed 1 year ago

atugushev commented 1 year ago

PyPy tests job takes 17-18 minutes with coverage, and just 4 minutes without it. Since we don't have any PyPy specific tests, and due to slowness let's disable the coverage report for this job to avoid wasting CI time.

Refs: https://github.com/jazzband/pip-tools/pull/1967#discussion_r1298907385

atugushev commented 1 year ago

Thanks @theryanwalker!