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:
parent
79619532fc
commit
deaf2f4f81
@ -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
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user