From 0d12162071572f1d1afbb828310bfa1f1847c330 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 14 Feb 2024 14:51:02 +0000 Subject: python3-unittest-automake-output: upgrade to 0.2 Specifically this fixes the issue where if a pytest test suite fails during collection then the errors are hidden. (From OE-Core rev: db0e82135ce73d0d6d55b2c2ac17a3fdec8aca99) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../python/python3-unittest-automake-output_0.1.bb | 13 ------------- .../python/python3-unittest-automake-output_0.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb create mode 100644 meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb deleted file mode 100644 index ba58c18df0..0000000000 --- a/meta/recipes-devtools/python/python3-unittest-automake-output_0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest" -HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b" - -SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main" -SRCREV = "06537edb18f3641c70bce25256f6ecf5f5164ead" - -S = "${WORKDIR}/git" - -inherit python_flit_core - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb new file mode 100644 index 0000000000..1fc6180d0e --- /dev/null +++ b/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Modules to make unittest and pytest look like Automake output, for ptest" +HOMEPAGE = "https://gitlab.com/rossburton/python-unittest-automake-output" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b" + +SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main" +SRCREV = "aebdfb188e368c690ea55cf6c9c9ffa1a52def65" + +S = "${WORKDIR}/git" + +inherit python_flit_core + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf