Run tox-linters on Noble

This uses a modern Hacking which is necessary to get a newer flake8
which can run on python3.12. We remove the nodeset pin at the same time
to ensure we get good test results. These tests will almost certainly
fail with all of the new rules are violating. Subsequent patchsets will
correct those.

Change-Id: Ifda62f61bdac870e7d9c0baa2f6a930d770ed101
This commit is contained in:
Clark Boylan 2024-08-21 16:41:37 -07:00
parent 279cb28e34
commit 9f78af3776
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ install_command = pip install {opts} {packages}
[testenv:linters]
deps =
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=7.0.0,<8.0.0 # Apache-2.0
bashate>=0.2 # Apache-2.0
PyYAML>=3.10.0 # MIT
ansible

View File

@ -9,7 +9,6 @@
nodeset: ubuntu-jammy
- tox-linters:
timeout: 3600
nodeset: ubuntu-jammy
- system-config-run-base
- system-config-run-base-ansible-devel:
voting: false
@ -174,7 +173,6 @@
nodeset: ubuntu-jammy
- tox-linters:
timeout: 3600
nodeset: ubuntu-jammy
- system-config-run-base
- system-config-run-borg-backup
- system-config-run-dns