Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setuptools>=64.0.0,<82.0.0 # MIT
commands = stestr run {posargs}
passenv =
http_proxy
Expand Down Expand Up @@ -79,6 +80,7 @@ deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
setuptools>=64.0.0,<82.0.0 # MIT
commands =
sphinx-build -b html doc/source doc/build/html

Expand All @@ -95,6 +97,7 @@ commands =
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/doc/requirements.txt
setuptools>=64.0.0,<82.0.0 # MIT
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

[flake8]
Expand Down Expand Up @@ -133,6 +136,7 @@ commands =
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/test-requirements.txt
setuptools>=64.0.0,<82.0.0 # MIT
commands = bandit -r ironic_python_agent -x tests -n5 -ll -c tools/bandit.yml

[testenv:examples]
Expand Down