From f617dcfe2592aea2f77adc960ac541532f4d1a2a Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 5 May 2020 15:18:53 +0800 Subject: [PATCH] Remove the unused debug-py34 test Change-Id: I9faf59c85db2f287c362b936d662f30d38c00b74 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 08c5fcca..f6de4f0d 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,6 @@ commands = stestr run {posargs} stestr slowest - [testenv:bandit] deps = -r{toxinidir}/test-requirements.txt commands = bandit -r zunclient -x tests -n5 -ll @@ -35,10 +34,6 @@ deps = setuptools<3.2 [testenv:debug] commands = oslo_debug_helper -t zunclient/tests {posargs} -[testenv:debug-py34] -basepython = python3.4 -commands = oslo_debug_helper -t zunclient/tests {posargs} - [testenv:docs] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}