-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this 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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@calellowitz pip-tools is already upgraded: #24514 |
jazzband/pip-tools#355 is resolved by jazzband/pip-tools#807 so we don't need the
-e
anymore.