From 3f5223da8ba5f79890f8dd4c162f260401fdc052 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Feb 2024 11:05:25 -0800 Subject: python3-ordered-set: Use automake formatter for ptest output Move the test to PTESTS_FAST_META_PYTHON Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-ordered-set/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest index c27a6c3c57..64799ba008 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest +++ b/meta-python/recipes-devtools/python/python3-ordered-set/run-ptest @@ -1,3 +1,3 @@ #!/bin/sh -pytest test_ordered_set.py +pytest --automake test_ordered_set.py diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb index a391036a73..64637b858d 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb @@ -15,6 +15,7 @@ SRC_URI += " \ RDEPENDS:${PN}-ptest += " \ python3-pytest \ + python3-unittest-automake-output \ " do_install_ptest() { -- cgit v1.2.3-54-g00ecf