python3-ordered-set: Use automake formatter for ptest output

Move the test to PTESTS_FAST_META_PYTHON

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-02-22 11:05:25 -08:00
parent 343338e955
commit 3f5223da8b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
pytest test_ordered_set.py
pytest --automake test_ordered_set.py

View File

@@ -15,6 +15,7 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {