9395f5d9ea
while python 2.7 support is nolonger required, as this is a tempest plugin its possible desireable to be able to run it on older releases. This change caps the version of sshtunnel used on python 2.7 to avoid a depency on cryptography 2.6 which is not avaliable on rhel 7 for downstream testing. In the future we might want to consider if we drop support for python 2.7 on the master branch and have a seperate branch for 2.7 suport. this change also removes py35 form the default tox envs and update the tox config to skip missing interpreters and ignore base python version conflict to allow pyXX envs to work correctly. Change-Id: I2726619df5752cd8478918346280244a8828c56c
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
tempest
|
|
#crudini>=0.9.3
|
|
oslo.log
|
|
sshtunnel<=0.1.3;python_version=='2.7' # MIT
|
|
sshtunnel;python_version>='3.6' # MIT
|
|
pymysql
|