mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 13:02:22 +01:00
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:
committed by
Richard Purdie
parent
859ce65576
commit
bd21b9e878
7
meta/recipes-devtools/python/python3-cffi/run-ptest
Normal file
7
meta/recipes-devtools/python/python3-cffi/run-ptest
Normal 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'
|
||||
Reference in New Issue
Block a user