From bd21b9e878abca12488b514795bcaef28d01e829 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Jul 2024 17:08:31 +0100 Subject: python3-cffi: enable ptest (From OE-Core rev: 5beb30cdf389490aa00f63a1c377680deb747bbc) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cffi/run-ptest | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-cffi/run-ptest (limited to 'meta/recipes-devtools/python/python3-cffi') diff --git a/meta/recipes-devtools/python/python3-cffi/run-ptest b/meta/recipes-devtools/python/python3-cffi/run-ptest new file mode 100644 index 0000000000..24ee6f2156 --- /dev/null +++ b/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' -- cgit v1.2.3-54-g00ecf