Update amqp lower constraint

Newer versions of kombu rely on updated versions of amqp [0]. Keystone's
lower-constraints job is failing consistently across multiple branches
because it's referencing amqp 2.2.2 when we should be relying on a newer
version (5.0.0+).

You can verify this by using `pip3 check` with the lower-constraints tox
environment.

Without this patch, you'll likely see the test_notifications tests fail
with something like:

  ModuleNotFoundError: No module named 'vine.five'

Which spirals into subsequent failures mocking messaging drivers.

[0] https://github.com/celery/celery/issues/3547

Change-Id: Icad9383c8bc963843ef36fc24d745f29fc8798ed
(cherry picked from commit c495defc2b)
(cherry picked from commit 12891a039f)
(cherry picked from commit b7c3458b6f)
This commit is contained in:
Lance Bragstad 2020-09-09 13:48:30 -05:00
parent 353a656dc4
commit 255b6cdd70
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
amqp==2.2.2
amqp==5.0.0
Babel==2.3.4
bashate==0.5.1
bcrypt==3.1.3