mirror of
https://git.yoctoproject.org/poky
synced 2026-05-10 17:59:32 +00:00
38657590e7
Upstream is in the process of migrating testing to pytest, backport test_dump_load.py (the legacy_tests were throwing Errors and Failures). We don't really need to run upstream's test suite, but we do need to verify that our runtime is functional. https://github.com/yaml/pyyaml/commit/a98fd6088e81d7aca571220c966bbfe2ac43c335 (From OE-Core rev: b0fdf0688109ba6b87840a0837bebee3d9a27089) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 lines
29 B
Bash
4 lines
29 B
Bash
#!/bin/sh
|
|
|
|
pytest --automake
|