mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 18:27:13 +00:00
9af450bfa6
Inherit ptest, include tests for wand and run the relevant test cases. Add imagemagick as a runtime dependency. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
6 lines
187 B
Bash
6 lines
187 B
Bash
#!/bin/sh
|
|
|
|
pytest --automake \
|
|
--deselect "tests/image_methods_test.py::test_inverse_fourier_transform" \
|
|
--deselect "tests/image_methods_test.py::test_forward_fourier_transform"
|