Drop pypy testing

The pypy job is failing, OpenStack has long stopped testing it, so
remove it.

Change-Id: I354f7ab53fc2b2d300c7b8ed97483b121efdebc9
This commit is contained in:
Andreas Jaeger
2020-04-12 20:37:42 +02:00
parent 18f7d3851c
commit fe087e196b
2 changed files with 1 additions and 9 deletions

View File

@@ -3,6 +3,5 @@
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-pypy-jobs-nonvoting
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = py37,pypy,pep8
envlist = py37,pep8
skipsdist = True
ignore_basepython_conflict = True
@@ -18,13 +18,6 @@ commands =
find . -type d -name "__pycache__" -delete
stestr run {posargs}
[testenv:pypy]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
setuptools<3.2
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands = flake8