You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had previously thought it was related to nedbat/coveragepy#916 but as you can see it is pulling in v5.0.3 and still failing. While trying to debug locally with a venv populated from the pykickstart requirements.txt I could reproduce the failure, but not track down the reason.
One strange bit of behavior is that if I passed --debug to nose it would succeed. If I added --debug-log=/tmp/nose-debug.log it would fail again.
It looks like nose is unmaintained, so I'm mostly putting this here as a warning to others. I've pinned my coverage version to < 5.0.0 until I find a nose replacement.
The text was updated successfully, but these errors were encountered:
eg. https://travis-ci.org/pykickstart/pykickstart/jobs/633961082
I had previously thought it was related to nedbat/coveragepy#916 but as you can see it is pulling in v5.0.3 and still failing. While trying to debug locally with a venv populated from the pykickstart requirements.txt I could reproduce the failure, but not track down the reason.
One strange bit of behavior is that if I passed --debug to nose it would succeed. If I added --debug-log=/tmp/nose-debug.log it would fail again.
It looks like nose is unmaintained, so I'm mostly putting this here as a warning to others. I've pinned my coverage version to < 5.0.0 until I find a nose replacement.
The text was updated successfully, but these errors were encountered: