summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cffi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-24 17:08:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-26 12:28:42 +0100
commitbd21b9e878abca12488b514795bcaef28d01e829 (patch)
tree61aff75fe464ba6595fd67b459ac88d2c0b15860 /meta/recipes-devtools/python/python3-cffi
parent859ce655763f06d1b43b463e13f1f7ae3627e2d4 (diff)
downloadpoky-bd21b9e878abca12488b514795bcaef28d01e829.tar.gz
python3-cffi: enable ptest
(From OE-Core rev: 5beb30cdf389490aa00f63a1c377680deb747bbc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cffi')
-rw-r--r--meta/recipes-devtools/python/python3-cffi/run-ptest7
1 files changed, 7 insertions, 0 deletions
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 @@
1#!/bin/sh
2
3# test_passing_large_list often causes an OOM, skip for now
4
5# test_version verifies that versions match across the source tree, ignore
6# as we don't have a source tree
7pytest --automake -k 'not test_passing_large_list and not test_version'