-
-
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
test amqp v5.0.9 #1462
test amqp v5.0.9 #1462
Conversation
@pawl @michael-lazar can you guys please investigate the kombu integration test failures? |
Hi all, Thanks, |
ofcourse, you should pin your amqp, kombu hasn't released any version with 5.0.8 yet. |
@auvipy This should fix those integration test failures: celery/py-amqp#383 |
OK lets see |
ok this is another type of issue in CI ================================== log start =================================== |
the failure is probably setuptools new release |
* 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
No description provided.