mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-23 18:47:15 +00:00
python3-wand: Enable tests
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>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest --automake \
|
||||
--deselect "tests/image_methods_test.py::test_inverse_fourier_transform" \
|
||||
--deselect "tests/image_methods_test.py::test_forward_fourier_transform"
|
||||
Reference in New Issue
Block a user