diff options
| author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2023-03-28 03:20:07 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-28 10:44:00 -0700 |
| commit | 17243e70c8309751a1129a9214899ec476ab121a (patch) | |
| tree | 717c8d01a7f28ff84f7a1a20799b043d5d85839b /meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |
| parent | 6b12086873a5e0707c6e35d55967c8c8183c6adb (diff) | |
| download | meta-openembedded-17243e70c8309751a1129a9214899ec476ab121a.tar.gz | |
python3-betamax: fix ptest failture of fixture and record modes
In betamax fixtures and recorde_modes ptest are failing due to
the deprecation of fixture usage and the httpbin.org service.
Drop these ptests in meta-oe, until there is a suitable solution
to fix this failure.
Validation:
Enable ptest and add python3-betamax into IMAGE_INSTALL
$runqemu ...
$cd /usr/[lib/lib64]/python3-betamax/ptest
$./run-ptest
ALL ptests PASS.
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb index 2caeb5afa2..e3c5e7a3ac 100644 --- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |||
| @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c" | |||
| 5 | 5 | ||
| 6 | SRC_URI += " \ | 6 | SRC_URI += " \ |
| 7 | file://run-ptest \ | 7 | file://run-ptest \ |
| 8 | file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \ | ||
| 8 | " | 9 | " |
| 9 | 10 | ||
| 10 | SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964" | 11 | SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964" |
