Remove pypy job

Pypy is not tested in OpenStack anymore, remove the job.

Change-Id: I7722af174724ab708dddaa29e6cce5b897ef1d62
This commit is contained in:
jacky06 2020-05-10 20:20:18 +08:00
parent 6df3bcd3ed
commit 861380ea6f
1 changed files with 0 additions and 5 deletions

View File

@ -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}