Fix tox4 errors

- Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.

Change-Id: Id4d4b1306999bef9d0e894a2ae7d104caef55075
This commit is contained in:
Riccardo Pittau 2022-12-28 15:04:37 +01:00
parent 647f498839
commit 85630a3797
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
- openstack-cover-jobs
- horizon-nodejs-jobs
- horizon-non-primary-django-jobs
- openstack-python3-antelope-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
@ -17,6 +16,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
allowlist_externals = {toxinidir}/manage.py
commands =
{toxinidir}/manage.py test ironic_ui --settings=ironic_ui.test.settings --exclude-tag integration