From 5489b73633cd2971e888f9b06d48d49cbe16bf39 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Tue, 25 Nov 2025 19:08:43 +0100 Subject: python3-tenacity: new recipe version 9.1.2 Moved the recipe from meta-homeassistant - all credits to them Added ptest - skip one test that fails on qemu Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- ...st-skip-a-test-that-does-not-pass-on-qemu.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-tenacity/0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch (limited to 'meta-python/recipes-devtools/python/python3-tenacity') diff --git a/meta-python/recipes-devtools/python/python3-tenacity/0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch b/meta-python/recipes-devtools/python/python3-tenacity/0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch new file mode 100644 index 0000000000..7fb9458a32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tenacity/0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch @@ -0,0 +1,27 @@ +From 8895af81a672bb8aad2aa8e32b93cb9ca96cac63 Mon Sep 17 00:00:00 2001 +From: Jan Vermaete +Date: Tue, 25 Nov 2025 10:52:15 +0100 +Subject: [PATCH 1/1] ptest: skip a test that does not pass on qemu + +Upstream-Status: Inappropriate [oe specific] + +Signed-off-by: Jan Vermaete +--- + tests/test_asyncio.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py +index 0b74476..2da0784 100644 +--- a/tests/test_asyncio.py ++++ b/tests/test_asyncio.py +@@ -192,6 +192,7 @@ class TestContextManager(unittest.TestCase): + else: + raise Exception + ++ @unittest.skip("Failing in ptest with qemu") + @asynctest + async def test_sleeps(self): + start = current_time_ms() +-- +2.43.0 + -- cgit v1.2.3-54-g00ecf