Remove pypy and bump py37 to py38

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

in 'victoria' cycle, we should test py38 by default.
and remove redundant python env.

Change-Id: I8389799ebf2eaa95324b1dc532ef4398ee3094da
This commit is contained in:
wangzihao 2020-09-18 11:28:40 +08:00 committed by Jake Yip
parent 85174f1b44
commit f80cd3c859
1 changed files with 1 additions and 9 deletions

10
tox.ini
View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py37,pypy,pep8
envlist = py38,pep8
skipsdist = True
[testenv]
@ -25,14 +25,6 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = bandit -r magnumclient -x tests -n5 -ll
[testenv:pypy]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
setuptools<3.2
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:debug]
basepython = python3
commands = oslo_debug_helper -t magnumclient/tests {posargs}