diff options
| author | Derek Straka <derek@asterius.io> | 2024-02-21 23:25:20 +0000 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-21 20:00:22 -0800 | 
| commit | 9d8bbcc40d990d47d3a7bca01013dc39675f7deb (patch) | |
| tree | eb4775a841bf8b26aa481d14ee022e4175176ed2 /meta-python/recipes-devtools/python/python3-msgpack | |
| parent | 1d4abd43a32c8812a3ebefc63702904ba8213f26 (diff) | |
| download | meta-openembedded-9d8bbcc40d990d47d3a7bca01013dc39675f7deb.tar.gz | |
python3-msgpack: re-add functional ptests
Verified tests pass with via the test image execution
(bitbake meta-python-image-ptest-python3-msgpack -c testimage)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-msgpack')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-msgpack/run-ptest | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest index 5cec711696..8d2017d39c 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest +++ b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest  | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh | 
| 2 | 2 | ||
| 3 | pytest | 3 | pytest --automake | 
