openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Allow installing tempest at Xenial's python #17

Closed ChrisMacNaughton closed 4 years ago

ajkavanagh commented 4 years ago

This seems like a bad idea? why go specific to py36 when py3 covers "the installed python3 version"? The we control the version by the version of the underlying distro.

ChrisMacNaughton commented 4 years ago

agreed, I'm actually trying to work out an issue where we don't actually install tempest on <3.6 :-D

ChrisMacNaughton commented 4 years ago

This change is functionally superseded by #20