mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:33:28 +00:00
python3-jdcal: re-add functional ptests
Verified tests pass with via the test image execution (bitbake meta-python-image-ptest-python3-jdcal -c testimage) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c2c01199d7
commit
1d4abd43a3
@ -75,7 +75,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
|
||||
python3-dnspython \
|
||||
python3-fastjsonschema \
|
||||
python3-gpiod \
|
||||
python3-jdcal \
|
||||
python3-jsmin \
|
||||
python3-msgpack \
|
||||
python3-ordered-set \
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest
|
||||
pytest --automake
|
||||
|
||||
@ -20,6 +20,7 @@ SRC_URI += " \
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user