18857356bd
As we evolve the manifest data, we want to be able to enforce a minimum version of west required to parse it. Add an optional 'version' key to the data to make this possible. We have to validate this before checking the manifest against the schema, as later versions of west will likely extend the schema in ways that would raise errors if we used our schema to check the data. We allow the version to be parsed as a YAML float (like 1.0) and convert it to a string as a convenience for the user. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no> |
||
---|---|---|
.. | ||
manifests | ||
conftest.py | ||
test_config.py | ||
test_help.py | ||
test_manifest.py | ||
test_project.py |