Install wheel in validate venv
During validation we need to build a bdist_wheel which is only available as an extension when wheel is present in the environment. This adds wheel and makes sure all requirements are installed for the validation job. Change-Id: Ied3b1ff4accf66e358cec4b209f4d3a65ae88d26 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ tqdm
|
|||||||
mwclient==0.8.1
|
mwclient==0.8.1
|
||||||
jsonschema>=2.6.0
|
jsonschema>=2.6.0
|
||||||
twine>=1.13.0
|
twine>=1.13.0
|
||||||
|
wheel>=0.34.2
|
||||||
ruamel.yaml>=0.15
|
ruamel.yaml>=0.15
|
||||||
|
|
||||||
# For release notes generation.
|
# For release notes generation.
|
||||||
|
|||||||
3
tox.ini
3
tox.ini
@@ -30,7 +30,8 @@ commands =
|
|||||||
|
|
||||||
[testenv:validate]
|
[testenv:validate]
|
||||||
deps =
|
deps =
|
||||||
yamllint==1.4.1
|
yamllint==1.4.1
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/tox-log-command.sh {toxinidir}/tools/run_yamllint.sh
|
{toxinidir}/tools/tox-log-command.sh {toxinidir}/tools/run_yamllint.sh
|
||||||
{toxinidir}/tools/tox-log-command.sh check-schema {posargs}
|
{toxinidir}/tools/tox-log-command.sh check-schema {posargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user