From deaf2f4f810afda8bb7fd8e6cd99be9a8b1ab264 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 10 Jan 2023 13:56:33 -0600 Subject: [PATCH] Fix tox4 error tox.ini started failing with Tox4 which had some incompatible changes. One of them is due to the skipsdist = True. Fixing tox.ini for tox4 changes. Additional changes: * zuul: Declare queue at top level * fix onflicting with base python error Change-Id: I9f988e485c1c19eca41175e29fc09c1e28d38b06 --- .zuul.yaml | 4 ++-- tox.ini | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 17a4cc93..997a18c7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,9 @@ - project: + queue: kuryr templates: - openstack-cover-jobs - openstack-python3-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements - gate: - queue: kuryr + gate: {} diff --git a/tox.ini b/tox.ini index 14fa7cf0..70fe8960 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] minversion = 3.18.0 envlist = py38,pep8 -skipsdist = True [testenv] -basepython = python3 # Note the hash seed is set to 0 until neutron can be tested with a # random hash seed successfully. setenv = VIRTUAL_ENV={envdir}