diff --git a/.zuul.yaml b/.zuul.yaml index 55129e398e..6d52a8b00b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -223,16 +223,14 @@ - integrated-gate-py3 - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - openstack-tox-functional - - openstack-tox-functional-py35 + - openstack-tox-functional-py37 - glance-eventlet-ssl-handshake-broken-py3: voting: false - glance-code-constants-check @@ -265,7 +263,7 @@ gate: jobs: - openstack-tox-functional - - openstack-tox-functional-py35 + - openstack-tox-functional-py37 - tempest-full: irrelevant-files: *tempest-irrelevant-files - neutron-grenade: diff --git a/tox.ini b/tox.ini index ed0a97aad5..c7580272e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py36,functional-py36,py35,functional-py35,py27,functional,pep8 +envlist = functional-py37,py37,py27,functional,pep8 skipsdist = True [testenv] @@ -31,10 +31,6 @@ passenv = *_proxy *_PROXY basepython = python2.7 commands = stestr run --slowest {posargs} -[testenv:py35] -basepython = python3.5 -commands = stestr run --slowest {posargs} - [testenv:py36] basepython = python3.6 commands = stestr run --slowest {posargs} @@ -51,16 +47,6 @@ ignore_errors = True commands = stestr run {posargs} -[testenv:functional-py35] -basepython = python3.5 -setenv = - TEST_PATH = ./glance/tests/functional -ignore_errors = True -whitelist_externals = - bash -commands = - stestr run --blacklist-file ./broken-functional-py3-ssl-tests.txt {posargs} - [testenv:functional-py36] basepython = python3.6 setenv =