Commit Graph

12 Commits

Author SHA1 Message Date
wu.shiming 6b732fdf71 Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: Iad81d3b06be2086b25c47e8b98653058f9ee6efb
2021-09-18 13:06:37 +08:00
Andrey Pavlov a086dcfa5c avoid additional virtualenv package
unpin hacking requirement
move two tests to flaky for some time
ignore new pep8 issues

Change-Id: I429d4ebc8f9898a1f67ba0c8ca8f918afd2aadcf
2021-01-24 11:48:08 +03:00
Ghanshyam a80407fcee [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

ec2api-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

Removing the USE_PYTHON3=True from base job so that it can
keep running  on py3 for < ussuri branches.

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

Change-Id: I49feaa3eddf66058ebd061b76b76172cb4373c3e
2020-01-23 16:18:20 -06:00
xuanyandong e53185215d Stop testing python2.7
Train was the last release supporting python2. Let's rip the bandaid
off.

Change-Id: I5ba95cd95b60002ba3a5fc261b74db7c98581fd4
2019-10-28 11:16:26 +08:00
pengyuesheng 141fdeaff5 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: Id417b171084c253c77ee5f5edcbabeb0bc924582
2019-09-25 14:29:01 +08:00
Corey Bryant 08fd3715b7 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: If1992a36210ce9856f8c047b87d7c1df2b326db8
Story: #2005924
Task: #34206
2019-06-24 09:19:08 -04:00
caoyuan 0ca4fdf1ef Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I84552ee2bd08bf792f28f8b28b05ae363f84d9fc
2019-04-23 21:23:04 +08:00
Zuul ae006e683b Merge "Removed older version of python added 3.5" 2018-12-19 17:51:50 +00:00
Doug Hellmann 08f284f201 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: If1575ac4d8250bec1f445de7cb0ebcb398bd4e8d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-11-12 08:19:50 +00:00
qingszhao 55c7eac9a0 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: I7a5c18e5a851f116ab9d42f6118c3f29667d6fa0
2018-09-29 15:52:51 +08:00
Andrey Pavlov 15cd422773 initial cleanup
some common code is not applicabe for this tempest plugin

Change-Id: Icc6c8a8fd76cffcc01c582e6623f798fcdd658f6
2018-01-15 11:39:53 +00:00
ghanshyam 97a74644fa Initial CookieCutter commit 2017-12-09 14:05:50 +03:00