summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand/run-ptest
blob: 2aa830d161bc31df8328dab41addf0f914011556 (plain)
1
2
3
4
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"