-
-
Notifications
You must be signed in to change notification settings - Fork 451
Closed
Labels
Milestone
Description
Describe the bug
This bug bit me this morning when old TravisCI builds reported failing suddenly with no code changes in my library. https://travis-ci.org/mdshw5/pyfaidx/jobs/633813559#L1187.
To Reproduce
How can we reproduce the problem? Please be specific.
- What version of Python are you using?
3.5-3.7. For some reason 3.4 does not exhibit this issue. - What version of coverage.py are you using? The output of
coverage debug sys
is helpful.
I will try to figure this out. - What versions of what packages do you have installed? The output of
pip freeze
is helpful. - What code are you running? Give us a specific commit of a specific repo that we can check out.
https://travis-ci.org/mdshw5/pyfaidx/jobs/633813559#L998 - What commands did you run?
nosetests --with-coverage --cover-package=pyfaidx
Expected behavior
A clear and concise description of what you expected to happen.
I expected coverage to be computed instead of a runtime error.
Additional context
I'll gladly provide more context where I can - I'm still reasoning about how to reproduce a Travis build locally.