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:
Derek Straka
2024-02-21 23:25:19 +00:00
committed by Khem Raj
parent c2c01199d7
commit 1d4abd43a3
3 changed files with 2 additions and 2 deletions
@@ -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() {