From 861380ea6fc3df75a2126dae40406ea110995b37 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Sun, 10 May 2020 20:20:18 +0800 Subject: [PATCH] Remove pypy job Pypy is not tested in OpenStack anymore, remove the job. Change-Id: I7722af174724ab708dddaa29e6cce5b897ef1d62 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index f6de4f0d..d1ba5603 100644 --- a/tox.ini +++ b/tox.ini @@ -26,11 +26,6 @@ commands = deps = -r{toxinidir}/test-requirements.txt commands = bandit -r zunclient -x tests -n5 -ll -[testenv:pypy] -deps = setuptools<3.2 - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - [testenv:debug] commands = oslo_debug_helper -t zunclient/tests {posargs}