diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-cffi')
-rw-r--r-- | poky/meta/recipes-devtools/python/python3-cffi/run-ptest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-cffi/run-ptest b/poky/meta/recipes-devtools/python/python3-cffi/run-ptest new file mode 100644 index 0000000000..24ee6f2156 --- /dev/null +++ b/poky/meta/recipes-devtools/python/python3-cffi/run-ptest @@ -0,0 +1,7 @@ +#!/bin/sh + +# test_passing_large_list often causes an OOM, skip for now + +# test_version verifies that versions match across the source tree, ignore +# as we don't have a source tree +pytest --automake -k 'not test_passing_large_list and not test_version' |