diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-08-08 09:38:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:29 -0700 |
commit | 447369b01ea8564fe2f52a77d3a70c255c5ee574 (patch) | |
tree | 720374fe7c56db395db603ecd627580e18acb779 /meta-python/recipes-devtools/python/python3-tzdata | |
parent | a580ee3246f9672c6cb81a3609fcf0ee8d9e4d0b (diff) | |
download | meta-openembedded-447369b01ea8564fe2f52a77d3a70c255c5ee574.tar.gz |
python3-tzdata: enable ptest
Add to ptest-packagelists-meta-python.inc META_PYTHON_PTESTS_FAST
Install ${S}/VERSION to PTEST_PATH for test_version
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tzdata')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tzdata/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzdata/run-ptest b/meta-python/recipes-devtools/python/python3-tzdata/run-ptest new file mode 100644 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzdata/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||