Merge "Don't install python-dev on focal"

This commit is contained in:
Zuul 2020-05-28 07:54:41 +00:00 committed by Gerrit Code Review
commit fbefc58948
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"ubuntu": { "ubuntu": {
"focal": { "focal": {
"ntp": "", "ntp": "",
"ntpdate": "" "ntpdate": "",
"python-dev": ""
} }
} }
}, },

View File

@ -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