pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

Skip test_cov if pytest-cov is not installed #71

Closed mgorny closed 4 years ago

mgorny commented 4 years ago

Skip test_cov gracefully if pytest_cov module can't be imported. This would help us since we're removing py2 support from pytest-cov but still need it for pytest-timeout.

mgorny commented 4 years ago

I don't think that CI failure is related to my change.

flub commented 4 years ago

I don't think that CI failure is related to my change.

I tried to speed them up sometime and made them flaky on CI as a result. I should improve this sometime :(