Remove the unused debug-py34 test

Change-Id: I9faf59c85db2f287c362b936d662f30d38c00b74
This commit is contained in:
jacky06 2020-05-05 15:18:53 +08:00
parent d62415110f
commit f617dcfe25

View File

@ -22,7 +22,6 @@ commands =
stestr run {posargs} stestr run {posargs}
stestr slowest stestr slowest
[testenv:bandit] [testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r zunclient -x tests -n5 -ll commands = bandit -r zunclient -x tests -n5 -ll
@ -35,10 +34,6 @@ deps = setuptools<3.2
[testenv:debug] [testenv:debug]
commands = oslo_debug_helper -t zunclient/tests {posargs} commands = oslo_debug_helper -t zunclient/tests {posargs}
[testenv:debug-py34]
basepython = python3.4
commands = oslo_debug_helper -t zunclient/tests {posargs}
[testenv:docs] [testenv:docs]
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}