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
@@ -29,6 +29,7 @@ PTESTS_FAST_META_PYTHON = "\
python3-jsmin \
python3-msgpack \
python3-multidict \
python3-ordered-set \
python3-parse \
python3-parse-type \
python3-platformdirs \
@@ -76,7 +77,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
python3-dnspython \
python3-fastjsonschema \
python3-gpiod \
python3-ordered-set \
python3-pillow \
python3-pint \
python3-pyzmq \
@@ -1,3 +1,3 @@
#!/bin/sh
pytest test_ordered_set.py
pytest --automake test_ordered_set.py
@@ -15,6 +15,7 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {