diff options
author | alperak <alperyasinak1@gmail.com> | 2024-03-07 18:58:26 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:27 -0800 |
commit | 0a8e1c4ec29d8600fed28f0abe363f7091c67cde (patch) | |
tree | 34ab19ccb1be2ccd9e2834474608deb9ff8600a2 /meta-python/recipes-devtools/python/python3-google-auth-oauthlib | |
parent | 8cb9b358393d6f411000c0db2a166eec9d4648a1 (diff) | |
download | meta-openembedded-0a8e1c4ec29d8600fed28f0abe363f7091c67cde.tar.gz |
python3-google-auth-oauthlib: add ptest
* Tested on qemux86-64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON
Ptest result:
==============
qemux86-64:
Testsuite summary
TOTAL: 37
PASS: 37
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 15
END: /usr/lib/python3-google-auth-oauthlib/ptest
2024-03-07T15:48
STOP: ptest-runner
TOTAL: 1 FAIL: 0
qemuarm64:
Testsuite summary
TOTAL: 37
PASS: 37
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 15
END: /usr/lib/python3-google-auth-oauthlib/ptest
2024-03-07T15:54
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/recipes-devtools/python/python3-google-auth-oauthlib')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest b/meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest new file mode 100644 index 0000000000..f1c8729f0e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake | ||
4 | |||