"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:
parent
9d66d41682
commit
c474ef3235
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user