From cc274558bdbb709522e880b52f6c94c71cddce01 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 29 Nov 2025 19:27:09 +0100 Subject: python3-fastapi[-cli]: new recipe 0.122.0 python3-fastapi at version 0.122.0 python3-fastapi-cli at version 0.0.16 Moved and modified from meta-ros (Thanks Rob Woolley) - added ptest for fastapi (long run) - python3-fastapi-cli does have tests, but also a circular dependency on python-fastapi. So no ptests for python3-fastapi Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-fastapi/run-ptest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fastapi/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-fastapi') diff --git a/meta-python/recipes-devtools/python/python3-fastapi/run-ptest b/meta-python/recipes-devtools/python/python3-fastapi/run-ptest new file mode 100644 index 0000000000..b4d99ee36b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi/run-ptest @@ -0,0 +1,5 @@ +#!/bin/sh + +# ignore the test from the tutorial +# those depends on python packages that are not part of OE +pytest --automake --ignore tests/test_tutorial -- cgit v1.2.3-54-g00ecf