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:
parent
647f498839
commit
85630a3797
@ -27,7 +27,7 @@
|
|||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- horizon-nodejs-jobs
|
- horizon-nodejs-jobs
|
||||||
- horizon-non-primary-django-jobs
|
- horizon-non-primary-django-jobs
|
||||||
- openstack-python3-antelope-jobs
|
- openstack-python3-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
skipsdist = True
|
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
ignore_basepython_conflict=true
|
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}
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
allowlist_externals = {toxinidir}/manage.py
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/manage.py test ironic_ui --settings=ironic_ui.test.settings --exclude-tag integration
|
{toxinidir}/manage.py test ironic_ui --settings=ironic_ui.test.settings --exclude-tag integration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user