Dropping the py35 testing
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I02835ef17678619ceab816291cc8249a4b555a18
This commit is contained in:
parent
6c11461967
commit
05a3f4d302
@ -18,7 +18,6 @@ classifier =
|
|||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
|
|
||||||
|
|
||||||
|
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
distribute = False
|
distribute = False
|
||||||
envlist = py35,py27,pep8
|
envlist = py27,pep8
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
@ -28,10 +28,6 @@ commands = oslo_debug_helper -t manilaclient/tests {posargs}
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands = oslo_debug_helper -t manilaclient/tests {posargs}
|
commands = oslo_debug_helper -t manilaclient/tests {posargs}
|
||||||
|
|
||||||
[testenv:debug-py35]
|
|
||||||
basepython = python3.5
|
|
||||||
commands = oslo_debug_helper -t manilaclient/tests {posargs}
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user