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

Remove -e from repo requirements #24540

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Remove -e from repo requirements #24540

merged 3 commits into from
Jun 10, 2019

Conversation

nickpell
Copy link
Contributor

jazzband/pip-tools#355 is resolved by jazzband/pip-tools#807 so we don't need the -e anymore.

@nickpell nickpell added the product/invisible Change has no end-user visible impact label Jun 10, 2019
@@ -4,7 +4,7 @@ jsonobject==0.9.9
jsonobject-couchdbkit~=0.9
# celery 4.1.1 forked to work around https://github.com/celery/celery/issues/4737
# upgrade when https://github.com/celery/celery/issues/4980 is fixed
-e git+git://github.com/nickpell/celery@dc7253614fd8500af78b09d1ceb79c50f1baac8d#egg=celery
git+git://github.com/nickpell/celery@dc7253614fd8500af78b09d1ceb79c50f1baac8d#egg=celery
Copy link
Contributor

Choose a reason for hiding this comment

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

should this have a version that goes with it? egg=celery==4.1.1b1 or something like that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should it? I know we hypothesized this earlier but it seems to be working fine without it.

Copy link
Contributor

Choose a reason for hiding this comment

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

so long as the previous releases continue to work it seems fine. TBH I'm not super sure why I included that with architect

Copy link
Contributor

@calellowitz calellowitz left a comment

Choose a reason for hiding this comment

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

do we need to update pip-tools somewhere to get this to work?

Copy link
Member

@dannyroberts dannyroberts left a comment

Choose a reason for hiding this comment

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

Nice!

@nickpell
Copy link
Contributor Author

@calellowitz pip-tools is already upgraded: #24514

@nickpell nickpell merged commit cf68785 into master Jun 10, 2019
@nickpell nickpell deleted the remove-e branch June 10, 2019 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product/invisible Change has no end-user visible impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants