diff options
author | alperak <alperyasinak1@gmail.com> | 2024-03-05 13:12:29 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-05 11:02:04 -0800 |
commit | 39e13efc0847bafdb1f176a5c2e0970170e683b0 (patch) | |
tree | ebbda0b0ae1edf639c525c042f9a6db566973231 /meta-python/conf | |
parent | 0776d3b4e7b0a3d13b755897d1a7ecf3819bf286 (diff) | |
download | meta-openembedded-39e13efc0847bafdb1f176a5c2e0970170e683b0.tar.gz |
python3-freezegun: add recipe and add ptest
FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.
* Tested on qemux86-64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON
Ptest result:
=============
qemuarm64:
Testsuite summary
TOTAL: 127
PASS: 121
SKIP: 6
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 20
END: /usr/lib/python3-freezegun/ptest
2024-03-05T06:53
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemux86-64:
Testsuite summary
TOTAL: 127
PASS: 121
SKIP: 6
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 21
END: /usr/lib/python3-freezegun/ptest
2024-03-05T06:57
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 3b19152f4d..65a45c4b63 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -17,6 +17,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
17 | python3-click \ | 17 | python3-click \ |
18 | python3-dominate \ | 18 | python3-dominate \ |
19 | python3-execnet \ | 19 | python3-execnet \ |
20 | python3-freezegun \ | ||
20 | python3-geojson \ | 21 | python3-geojson \ |
21 | python3-gpiod \ | 22 | python3-gpiod \ |
22 | python3-gunicorn \ | 23 | python3-gunicorn \ |