"Fix" double declaration of barbican-templest-plugin

Apparently downstream CI can't handle the second
barbican-tempest-plugin entry. Make it conditional on the Pyton
version as well.

Change-Id: I2c34afe243a73912837b6fc7efdff21eacf920a0
This commit is contained in:
Artom Lifshitz 2023-12-22 12:54:42 -05:00
parent 9d66d41682
commit c474ef3235
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +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
barbican-tempest-plugin<=1.6.0;python_version<='3.6'
barbican-tempest-plugin;python_version>'3.6'