Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3314 assert mods.pop(0) fails #5387

Merged
merged 1 commit into from Nov 3, 2015

Conversation

jenshnielsen
Copy link
Member

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.

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
@jenshnielsen
Copy link
Member Author

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.

@mdboom mdboom added this to the Next bugfix release (1.5.1) milestone Nov 3, 2015
@mdboom
Copy link
Member

mdboom commented Nov 3, 2015

👍 -- I understand it's not a permanent solution, but better to get the permanent solution done when we eliminate the namespace package.

tacaswell added a commit that referenced this pull request Nov 3, 2015
@tacaswell tacaswell merged commit d771fa7 into matplotlib:master Nov 3, 2015
tacaswell added a commit that referenced this pull request Nov 3, 2015
@tacaswell
Copy link
Member

cherry-picked to v1.5.x as 1e4823b

@jenshnielsen jenshnielsen deleted the pipmptesting branch November 9, 2015 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants