Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Start using pip to install pulp in travis builds #3111

Merged
merged 1 commit into from Aug 2, 2017

Conversation

fdobrovolny
Copy link
Contributor

Due to the fact that using setup.py for installation is no longer
suggested practice in the python community. We start using
pip install -e . instead of python setup.py develop.

Due to the fact that using setup.py for installation is no longer
suggested practice in the python community. We start using
`pip install -e .` instead of `python setup.py develop`.
@mention-bot
Copy link

@BrnoPCmaniak, thanks for your PR! By analyzing the history of the files in this pull request, we identified @daviddavis, @werwty and @goosemania to be potential reviewers.

@fdobrovolny fdobrovolny added the 3.0 label Aug 1, 2017
@werwty werwty self-assigned this Aug 1, 2017
@fdobrovolny fdobrovolny removed the request for review from bmbouter August 1, 2017 20:14
@bmbouter
Copy link
Member

bmbouter commented Aug 1, 2017

@BrnoPCmaniak Changing our install to pip install -e I believe is right. I'm going to skip adding a LGTM though so @werwty who can identify other places where this change needs to be made. Feel free to merge whenever @werwty lgtms. Thanks @BrnoPCmaniak

Copy link
Contributor

@werwty werwty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Our current vagrant environment already uses pip install -e. But some the jjb configurations need to be updated too.
https://github.com/pulp/pulp_packaging/blob/master/ci/jjb/jobs/unittests.yaml#L142
https://github.com/pulp/pulp_packaging/blob/master/ci/docs-builder.py#L66

@fdobrovolny fdobrovolny merged commit 8323b0f into pulp:3.0-dev Aug 2, 2017
@fdobrovolny fdobrovolny deleted the travis-fix branch September 11, 2017 13:21
fdobrovolny added a commit to fdobrovolny/pulp_packaging that referenced this pull request Sep 11, 2017
fdobrovolny added a commit to fdobrovolny/pulp_packaging that referenced this pull request Sep 11, 2017
fdobrovolny added a commit to fdobrovolny/pulp_packaging that referenced this pull request Sep 11, 2017
preethit pushed a commit to preethit/pulp_packaging that referenced this pull request Nov 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants