summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand')
-rw-r--r--upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand/run-ptest b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand/run-ptest
new file mode 100644
index 0000000000..2aa830d161
--- /dev/null
+++ b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-wand/run-ptest
@@ -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"