Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
voting: false
irrelevant-files: *gate-irrelevant-files
- devstack-plugin-nfs-tempest-full:
required-projects:
- name: openstack/cinder-tempest-plugin
override-checkout: 2024.1-last
irrelevant-files: *gate-irrelevant-files
- devstack-plugin-nfs-tempest-full-fips:
voting: false
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ setenv =
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# we need pkg_resources because of os-win
setuptools<82

# By default stestr will set concurrency
# to ncpu, to specify something else use
Expand Down Expand Up @@ -108,6 +110,9 @@ install_command = {[testenv:py3]install_command}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==3.0.2
# we need pkg_resources because of os-win
setuptools<82

commands =
{toxinidir}/tools/coding-checks.sh --pylint {posargs:all}

Expand Down Expand Up @@ -156,6 +161,8 @@ allowlist_externals = rm
deps =
doc8
-r{toxinidir}/doc/requirements.txt
# we need pkg_resources because of os-win
setuptools<82
commands =
doc8
rm -rf doc/source/contributor/api doc/build/html doc/build/doctrees
Expand Down