Cap barbican to 1.6.0 for Python 3.6

This is downstream 16.2 CI leaking upstream, but
barbican-tempest-plugin started requiring tempest>=27.0 as of
1.7.0/238cdf1b8d. Downstream 16.2 CI is for train, and we cap tempest
to 26.0, probably because that's the last tempest release to support
train. Cap our barbican-tempest-plugin requirement on Python 3.6 to a
version that doesn't need newer Tempest.

Change-Id: I624952d8661e901ba11cf4bb5a20eb3b5c8df1d7
This commit is contained in:
Artom Lifshitz 2023-12-20 12:47:54 -05:00
parent 912befd4cb
commit 57363d6e71

View File

@ -15,4 +15,5 @@ sshtunnel<=0.1.3;python_version=='2.7' # MIT
sshtunnel;python_version>='3.6' # MIT
pymysql
# the vTPM tests require it
barbican-tempest-plugin<=1.6.0;python_version=='3.6'
barbican-tempest-plugin