Commit Graph

10 Commits

Author SHA1 Message Date
Zuul b1117d5d59 Merge "Use py3 as the default runtime for tox" 2021-08-18 22:05:32 +00:00
wangzihao 018a0cdba7 Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

Change-Id: I378644df79feae8f90b4eba60bb979f5c9fbc60a
2021-05-20 10:52:11 +08:00
songwenping 94121d4895 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update this at
each new cycle.

Wallaby support officially the following runtimes [1]:
- Python 3.6
- Python 3.8

During Victoria Python 3.7 was used as the default runtime [2] however this
version isn't longer officially supported.

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby
[2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria

Change-Id: Ifa518bcfbb42030faa847d7d808d25c51ec3b69c
2021-04-20 02:41:04 +00:00
Ghanshyam 44b8c4ed91 More cleanup for py2 drop
This commit cleanup requirement file and add
ignore_basepython_conflict flag into tox to avoid
python version conflct.

Change-Id: Ie7a80ac58dc425e66cf2b7334b99e22a07759dbc
2020-01-23 16:44:35 -06:00
Luka Peschke 91c85d04ca [ussuri][goal] Drop python 2.7 support and testing
This drops python2.7 support for cloudkitty-tempest-plugin. The lowest python
version now supported by cloudkitty-tempest-plugin is 3.6.

Depends-On: https://review.opendev.org/#/c/694434/
Change-Id: I2b4a57dae3f150b22c38cc2b83747ee4231b31fe
2019-11-25 10:38:14 +01:00
pengyuesheng 25eeac4175 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I4d5d24e96715b80b29a1996715a59f2a840ee22c
2019-09-26 10:46:41 +08:00
Le Hou e5ef84775b Use opendev repository
Change-Id: I837c7c1aff4d58ca36639a5e82340ef756ab6a47
2019-04-23 17:08:42 +08:00
qingszhao d8bbb73d38 Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added
In tox.ini the python 3.5 is added

Change-Id: I0b5d3002486ff43a36f7fabec30e7884c67abdd9
2018-09-29 15:27:24 +08:00
huang.zhiping 60ea6a5ca4 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: I7332a020602c3171825e842df7d23dc4950eb597
2018-08-29 08:01:59 +00:00
Luka Peschke b58453fa85 Committing initial work
This is the initial work done on CloudKitty's tempest plugin.

Change-Id: I3251a51271c2ce3ff4bb667d1f6e09e77896b8d7
2017-11-08 15:40:34 +01:00