Skip to content
Open
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
2 changes: 1 addition & 1 deletion global/classic-zaza/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ deps =
basepython = python3
deps =
-c {env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt}
flake8==3.9.2
flake8==7.1.1
git+https://github.com/juju/charm-tools.git
commands = flake8 {posargs} hooks unit_tests tests actions lib files
charm-proof
Expand Down
2 changes: 1 addition & 1 deletion global/ops-zaza/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ deps =
basepython = python3
deps =
-c{env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt}
flake8==3.9.2
flake8==7.1.1
commands = flake8 {posargs} hooks unit_tests tests actions lib files

[testenv:cover]
Expand Down
2 changes: 1 addition & 1 deletion global/source-zaza/tox-binary-wheels.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ commands = stestr run --slowest {posargs}
basepython = python3
deps =
-c{env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt}
flake8==3.9.2
flake8==7.1.1
commands = flake8 {posargs} src unit_tests

[testenv:cover]
Expand Down
2 changes: 1 addition & 1 deletion global/source-zaza/tox-source-wheels.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ commands = stestr run --slowest {posargs}
basepython = python3
deps =
-c{env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt}
flake8==3.9.2
flake8==7.1.1
commands = flake8 {posargs} src unit_tests

[testenv:cover]
Expand Down