Pin kazoo to 2.9.0

Kazoo recently make a release which appears to be having an effect
on our unit tests.  The number of times the unit test job encounters
connection errors which lead to timeouts has increased since the
release.

Until we understand further, keep to the old release.

Change-Id: I470f342321f8c4e514716f4eb4d5693d1586d515
This commit is contained in:
James E. Blair 2024-02-15 16:16:27 -08:00
parent 9146835a6f
commit a077776d2f
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ tzlocal<3.0 # https://github.com/agronholm/apscheduler/discussions/570
PrettyTable>=0.6,<0.8
babel>=1.0
netaddr
kazoo>=2.9.0
# Pinned due to increase in unit test timeouts related to connection issues
kazoo==2.9.0
sqlalchemy>=2.0.0
alembic
cryptography>=39.0.0