diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-10-02 20:59:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-04 13:09:38 -0700 |
commit | e3f4956a2371a57a42f68d53baf466874dfc4806 (patch) | |
tree | 77f8b7b583fe508ae208eb90700488564ef6f6e9 | |
parent | 79eac8e59ff7be9247e67dfb9033312f9fb7cf0e (diff) | |
download | meta-openembedded-e3f4956a2371a57a42f68d53baf466874dfc4806.tar.gz |
python3-lz4: use python3-unittest-automake-output
This is to support ptest format
https://wiki.yoctoproject.org/wiki/Ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4/run-ptest | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4/run-ptest b/meta-python/recipes-devtools/python/python3-lz4/run-ptest index 1b245bcd8f..8d2017d39c 100644 --- a/meta-python/recipes-devtools/python/python3-lz4/run-ptest +++ b/meta-python/recipes-devtools/python/python3-lz4/run-ptest | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | pytest -v | 3 | pytest --automake |
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb index 9d31ab68c2..f0c8684b0d 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | |||
@@ -22,6 +22,7 @@ RDEPENDS:${PN}-ptest += "\ | |||
22 | python3-pytest-runner \ | 22 | python3-pytest-runner \ |
23 | python3-multiprocessing \ | 23 | python3-multiprocessing \ |
24 | python3-psutil \ | 24 | python3-psutil \ |
25 | python3-unittest-automake-output \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | do_install_ptest() { | 28 | do_install_ptest() { |