The Travis version of pytest
seems to have been upgraded from 4.0.2
to 4.1.0
three days ago. Since then, all our test have been failing.
I was able to repro locally by installing pytest==4.1.0
and pytest-cov==2.6.0
which corresponds to the versions installed on Travis.
Updating to pytest-cov=2.6.1
fixes my build locally again, though.
Could you consider also upgrading pytest-cov
in Travis to fix things for us?
Example of a failed build: https://travis-ci.org/Charcoal-SE/SmokeDetector/builds/477194185?utm_source=github_status&utm_medium=notification
GitHub ticket for our project: https://github.com/Charcoal-SE/SmokeDetector/issues/2587