mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-ujson: fix ptests
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path in run-ptest Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3 tests/tests.py
|
||||
python3 tests/test_ujson.py
|
||||
|
||||
@@ -20,6 +20,8 @@ RDEPENDS_${PN} += "\
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-pytz \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user