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

Fixing #571. skip_install should override usedevelop #572

Merged
merged 3 commits into from
Sep 6, 2017

Conversation

ferdonline
Copy link

@ferdonline ferdonline commented Aug 9, 2017

From the discussion in #270 one realises the need of supporting both skip_install and usedevelop together, with skip_install having priority (usedevelop being considered as an install option).
This PR implements such change.

For the tests to run also in py27 it was necessary to fix using FileNotFoundError
Also, in centos7 virtualenv alwayscopy is broken, so for the moment it detects the platform and skips the test.
Fixes #571

@obestwalter
Copy link
Member

obestwalter commented Aug 9, 2017

Thanks. Do we have a bug fo that centos7 thing already?

@obestwalter
Copy link
Member

ahh ... upstream bug - ok.

@obestwalter
Copy link
Member

obestwalter commented Aug 11, 2017

@ferdonline I want to make a release from the existing PRs now. I won't merge this yet, as I am hoping for a bit more feedback about this and we have quite a lot of changes merged already for the next release. But I really don't want too much time pass between releases anymore, so this will be out soonish if no objections to this change pop up.

@ferdonline
Copy link
Author

Alright! Thanks for keeping me up to date! 👍

@obestwalter obestwalter added area:configuration feature:change something exists already but should behave differently labels Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration feature:change something exists already but should behave differently
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let skip_install override usedevelop instead of the other way around
2 participants