Commit Graph

4 Commits

Author SHA1 Message Date
Ghanshyam Mann cd3c8395f8 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Needed-By: https://review.opendev.org/#/c/714728/

Change-Id: I533f383c7289759c71cf5a4096b38c9bd7c9ac0a
2020-03-25 06:13:55 +00:00
Camille Rodriguez 6bdbcc8921 Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I6a6afc636a4a2cfc787ba8b82b80edffb37359a0
2019-08-27 11:23:09 -04:00
Doug Hellmann edf83f41d4 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ic22596fe76e2c581323ecadb3723336668e55623
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:39:18 -04:00
Mathieu Mitchell a026003de1 Add missing tox.ini and .gitreview
Change-Id: I7892d1699afe921feeb1257fda05e3a4e54a68fb
2018-06-26 23:03:50 -04:00