From 9d8042f045c927447b6bd6c2fb6892dfdebcaa24 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 21 Oct 2024 23:27:20 -0700 Subject: python3-packaging: Ignore old glibc tests on musl These tests expect glibc to be the system C library ignore them for musl (From OE-Core rev: 8b5b18a65c3ac3a3b5f1eef462824ef27f36f223) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging/run-ptest | 3 --- meta/recipes-devtools/python/python3-packaging/run-ptest.in | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-packaging/run-ptest create mode 100644 meta/recipes-devtools/python/python3-packaging/run-ptest.in (limited to 'meta/recipes-devtools/python/python3-packaging') diff --git a/meta/recipes-devtools/python/python3-packaging/run-ptest b/meta/recipes-devtools/python/python3-packaging/run-ptest deleted file mode 100644 index 8d2017d39c..0000000000 --- a/meta/recipes-devtools/python/python3-packaging/run-ptest +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pytest --automake diff --git a/meta/recipes-devtools/python/python3-packaging/run-ptest.in b/meta/recipes-devtools/python/python3-packaging/run-ptest.in new file mode 100644 index 0000000000..508538463b --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging/run-ptest.in @@ -0,0 +1,2 @@ +#!/bin/sh +pytest --automake IGNOREDTESTS -- cgit v1.2.3-54-g00ecf