mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user