From 5dce3a34b040367e9fdadbd1eed928a5c82cb519 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 23 May 2024 19:51:40 -0700 Subject: pythonn3-rpds-py: enable ptest * Add RDEPENDS for ptest from tests/requirements.txt * Tests take ~14 seconds, so add to PTEST_FAST (From OE-Core rev: 6a1c551629defd3c241b30452496c580501dc781) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-rpds-py/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-rpds-py/run-ptest (limited to 'meta/recipes-devtools/python/python3-rpds-py') diff --git a/meta/recipes-devtools/python/python3-rpds-py/run-ptest b/meta/recipes-devtools/python/python3-rpds-py/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta/recipes-devtools/python/python3-rpds-py/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +pytest --automake -- cgit v1.2.3-54-g00ecf