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:
Leon Anavi
2026-07-11 00:28:23 +03:00
committed by Khem Raj
parent 86154d51da
commit 9af450bfa6
2 changed files with 27 additions and 1 deletions
@@ -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"