From 8c7735d7acc1962e410af2d0d2d2be8e756f395f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 16 Apr 2020 18:09:42 +0200 Subject: Remove pypy job Pypy is not tested in OpenStack anymore, remove the job. Change-Id: Iddd69443f93512b843babd880398dd2575c115e7 --- .zuul.yaml | 3 --- tox.ini | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a9f96be..9cd4fca 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,9 +20,6 @@ - python-saharaclient-scenario-v2 - python-saharaclient-tempest - python-saharaclient-tempest-v2 - experimental: - jobs: - - openstack-tox-pypy - job: name: python-saharaclient-scenario diff --git a/tox.ini b/tox.ini index c2d5ece..ddcac2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pypy,pep8,releasenotes +envlist = py37,pep8,releasenotes minversion = 3.1.1 skipsdist = True # this allows tox to infer the base python from the environment name -- cgit v1.2.1