From 85630a37979104d895f899182d71778f2fb194ca Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 28 Dec 2022 15:04:37 +0100 Subject: [PATCH] Fix tox4 errors - Remove skipsdist that it was never supported and causes breakage when used with usedevelop. Change-Id: Id4d4b1306999bef9d0e894a2ae7d104caef55075 --- .zuul.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b925faa1..9a58fdba 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: diff --git a/tox.ini b/tox.ini index 894ba0d6..120aa4ce 100644 --- a/tox.ini +++ b/tox.ini @@ -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