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

Refresh distribute (now at 0.6.30), add integration tests, fix distribute call #346

Merged
merged 4 commits into from
Oct 24, 2012

Conversation

g2p
Copy link

@g2p g2p commented Oct 22, 2012

distribute 0.6.30 fixes #301 and integrates another local change we had made to
distribute_setup.py: https://bitbucket.org/tarek/distribute/issue/328/

It also broke virtualenv, because we passed unrecognised arguments that used to be silently ignored.
Fix that and add integration tests.

This fixes pypa#301 and integrates another local change we had made to
distribute_setup.py: https://bitbucket.org/tarek/distribute/issue/328/
@g2p
Copy link
Author

g2p commented Oct 22, 2012

I see this breaks tox. Investigating…

@g2p
Copy link
Author

g2p commented Oct 22, 2012

distribute_setup used to ignore argv entirely (unlike distribute_from_egg and ez_setup); now it doesn't, and passing it --always-copy breaks it.

@g2p
Copy link
Author

g2p commented Oct 23, 2012

(The breakage I mentioned above is fixed. This should be ready to merge.)

pnasrat added a commit that referenced this pull request Oct 24, 2012
Refresh distribute (now at 0.6.30), add integration tests, fix distribute call
@pnasrat pnasrat merged commit 890a636 into pypa:develop Oct 24, 2012
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.

2 participants