pytest-dev/pytest-cov

Is it possible pytest-cov tie to fixed version of `coverage`?

akivamu opened this issue · 1 comments

Looks like we're always pulling latest version of coverage.

Recently it's upgraded to 7.0.0 and break old code (I'm using omit rule e.g. something** in coveragerc)

I could solve it by adding coverage lib with fixed version to my project.
But is it possible to tied to major version number? to avoid breaking change?

Thanks

I could solve it by adding coverage lib with fixed version to my project.

That's exactly what you should do. From the perspective of pytest-cov nothing is broken.