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
This commit is contained in:
Ghanshyam Mann 2023-01-10 13:56:33 -06:00 committed by Hongbin Lu
parent 79619532fc
commit deaf2f4f81
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,9 @@
- project: - project:
queue: kuryr
templates: templates:
- openstack-cover-jobs - openstack-cover-jobs
- openstack-python3-jobs - openstack-python3-jobs
- release-notes-jobs-python3 - release-notes-jobs-python3
- publish-openstack-docs-pti - publish-openstack-docs-pti
- check-requirements - check-requirements
gate: gate: {}
queue: kuryr

View File

@ -1,10 +1,8 @@
[tox] [tox]
minversion = 3.18.0 minversion = 3.18.0
envlist = py38,pep8 envlist = py38,pep8
skipsdist = True
[testenv] [testenv]
basepython = python3
# Note the hash seed is set to 0 until neutron can be tested with a # Note the hash seed is set to 0 until neutron can be tested with a
# random hash seed successfully. # random hash seed successfully.
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}