diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-21 12:37:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:42:05 +0000 |
commit | 10cde1b2ad1da907301245696520eab8b86e204f (patch) | |
tree | 559ba3a7542abf5278ed00bd63ab2ddbbee076e4 /meta/recipes-devtools/python/python3-jsonpointer/run-ptest | |
parent | bd446d8207e7d33d5628bf6a03bd729121207dd0 (diff) | |
download | poky-10cde1b2ad1da907301245696520eab8b86e204f.tar.gz |
python3-jsonpointer: rewrite testing
The tests installed by jsonpointer use unittest not pytest, so update
the dependencies.
Use the unittest runner in python3-unittest-automake-output to get the
correct output.
Apply a patch so the test suite doesn't run twice.
(From OE-Core rev: 595086756c6f24762e08cde9f9ed3e1056976d98)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonpointer/run-ptest')
-rw-r--r-- | meta/recipes-devtools/python/python3-jsonpointer/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonpointer/run-ptest b/meta/recipes-devtools/python/python3-jsonpointer/run-ptest index 51e609f4ba..7ebd69231f 100644 --- a/meta/recipes-devtools/python/python3-jsonpointer/run-ptest +++ b/meta/recipes-devtools/python/python3-jsonpointer/run-ptest | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | python3 tests.py | 3 | python3 -mputao.unittest tests.py |