From 7d4963306f9e83f88956647fed4b0ca2065a6825 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 19 May 2020 07:51:49 +0200 Subject: [PATCH] Remove py35 job Ussuri release has capped hacking < 3.1.0 and this repo is now at 3.2.0 and ready for victoria. Remove py35 job. This fixes building since zipp 3.1.0 is only available for python 3.6 and newer and upper-constraints.txt requires that version, so py35 job fails. Remove also unneeded install_command from tox.ini. Change-Id: I07395f5ba167e849c936ad66936237ea9d90864e --- .zuul.yaml | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c8d48047..341a9da4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,6 @@ - publish-openstack-docs-pti - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python35-jobs - openstack-python3-victoria-jobs - release-notes-jobs-python3 check: diff --git a/tox.ini b/tox.ini index aaf2cfbd..8c6d2794 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ ignore_basepython_conflict = True [testenv] basepython = python3 usedevelop = True -install_command = pip install {opts} {packages} deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt