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>
This commit is contained in:
Ross Burton
2024-07-24 17:08:31 +01:00
committed by Richard Purdie
parent 859ce65576
commit bd21b9e878
3 changed files with 29 additions and 1 deletions

View File

@@ -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'