Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix #3314 assert mods.pop(0) fails#5387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mods[0] does not contain the package name when installing via pip and running the multiprocess nose plugin. In the long term we should get rid of the namespace package
To be clear. This is more of a workaround that a fix. We could look into fixing this by debugging namespace packages but long term I think we should just get rid of namespace packages. |
👍 -- I understand it's not a permanent solution, but better to get the permanent solution done when we eliminate the namespace package. |
Fix#3314 assert mods.pop(0) fails
Fix#3314 assert mods.pop(0) fails
cherry-picked to v1.5.x as1e4823b |
mods[0] does not contain the package name when installing via pip and running the multiprocess nose plugin. In the long term we should get rid of the namespace package but for now we just pop it conditionally on the length of mods.