-
-
Notifications
You must be signed in to change notification settings - Fork 937
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
try pining setuptools #1466
try pining setuptools #1466
Conversation
requirements/pkgutils.txt
Outdated
@@ -1,4 +1,4 @@ | |||
setuptools>=20.6.7 | |||
setuptools==58.2.0 |
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.
Pinning setuptools<59.8.0
worked for me.
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.
i think i have to restrict the version in github action as well
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.
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.
confused CI |
* test amqp v5.0.8 * bump to 5.0.9 in an attempt to fix the regression * try restrict setuptool in CI * try pining setuptools (#1466) * try pining setuptools * try more lower version * try 59.7.0 * try pin to setuptools==58.2.0 * try restrict setuptool in CI * setuptools>=59.1.1,<59.7.0
This reverts commit 6ddf940.
* try pining setuptools * try more lower version * try 59.7.0 * try pin to setuptools==58.2.0 * try restrict setuptool in CI * setuptools>=59.1.1,<59.7.0
* test amqp v5.0.8 * bump to 5.0.9 in an attempt to fix the regression * try restrict setuptool in CI * try pining setuptools (celery#1466) * try pining setuptools * try more lower version * try 59.7.0 * try pin to setuptools==58.2.0 * try restrict setuptool in CI * setuptools>=59.1.1,<59.7.0
* Revert "try pining setuptools (celery#1466)" This reverts commit 6ddf940. * Revert "try restrict setuptool in CI" This reverts commit c4a8c2a. * require setuptools>=47.0.0 in pkgutils.txt (version that dropped py2 support)
No description provided.