SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

Use python3.6 for tox and travis #1883

Closed tserong closed 2 years ago

tserong commented 2 years ago

Commit f8a6269 switched to using generic python3, allegedly because Tumbleweed had python 3.7, not 3.6. I assume that was true at the time, because I wrote it, but given that python 3.6 is currently available on Tumbleweed, perhaps I was mistaken. Anyway, it makes the most sense to force testing with python3.6, because that's what we deploy against with SES6 on SLE 15 SP1.

This commit also:

Signed-off-by: Tim Serong tserong@suse.com

tserong commented 2 years ago

Note that it doesn't matter here that the Travis CI builds failed in lint - they're failing less now after this commit than they were before, so things are improved.