aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-05-20 13:26:18 -0400
committerKhem Raj <raj.khem@gmail.com>2021-05-24 07:36:50 -0700
commitb958870520115765748808a57ac0abd987ad2a99 (patch)
tree6b9e27db5757bd781249dff05d74e80db8073754 /meta-python/recipes-devtools/python/python3-ujson
parent2413956e4f3af413b06bbf26888f12e4fd1f19d0 (diff)
downloadmeta-openembedded-contrib-b958870520115765748808a57ac0abd987ad2a99.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ujson')
-rw-r--r--meta-python/recipes-devtools/python/python3-ujson/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson/run-ptest b/meta-python/recipes-devtools/python/python3-ujson/run-ptest
index 1b3914647c..b1539453a6 100644
--- a/meta-python/recipes-devtools/python/python3-ujson/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-ujson/run-ptest
@@ -1,3 +1,3 @@
#!/bin/sh
-python3 tests/tests.py
+python3 tests/test_ujson.py