Don't install python-dev on focal
Also, install yamllint in the dib env, as it's a requirement of dib-lint now but is only in test-requirements for dib. Change-Id: I083bca901ca51438099d1d3bbbd0076ac3d7da07
This commit is contained in:
parent
463eb880ac
commit
0a4e2aab9a
@ -10,7 +10,8 @@
|
|||||||
"ubuntu": {
|
"ubuntu": {
|
||||||
"focal": {
|
"focal": {
|
||||||
"ntp": "",
|
"ntp": "",
|
||||||
"ntpdate": ""
|
"ntpdate": "",
|
||||||
|
"python-dev": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
1
tox.ini
1
tox.ini
@ -109,6 +109,7 @@ commands = {toxinidir}/specs/generate_specs_site.py {toxinidir}/specs/specs.yaml
|
|||||||
[testenv:dib]
|
[testenv:dib]
|
||||||
deps =
|
deps =
|
||||||
diskimage-builder
|
diskimage-builder
|
||||||
|
yamllint
|
||||||
changedir = {toxinidir}/nodepool
|
changedir = {toxinidir}/nodepool
|
||||||
commands = env ELEMENTS_DIR=elements dib-lint
|
commands = env ELEMENTS_DIR=elements dib-lint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user