Files
Leon Anavi 9af450bfa6 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>
2026-07-10 15:08:46 -07:00

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"