summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-19 17:59:26 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-20 11:59:36 +0200
commitb476f98381af7e7b369e788fffee817d4e4ebb45 (patch)
tree1c61af4d1993adf6c1affa3abdd946c93542806f /meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
parent975abfa25971b08d2296db65ddeeea87d566de53 (diff)
downloadmeta-openembedded-b476f98381af7e7b369e788fffee817d4e4ebb45.tar.gz
python3-betamax: fix ptests
1. Some tests require internet access. Set a DNS for that, if it is not available at the start of the test. 2. Added a backported patch that fixes some failing tests, due to a variable header value contained in a response. (fix-failing-ptest.patch) 3. Added a backported patch that avoids calling pytest fixtures directly. If not applied, tests calling them are marked as failing by pytest. (fix-direct-calls-to-test-fixtures.patch) Signed-off-by: Gyorgy Sarvari <skandigraun@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.bb2
1 files changed, 2 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..2d5b00e595 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,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61c15f0c146c5fb1a8ce8ba2f310d73c"
5 5
6SRC_URI += " \ 6SRC_URI += " \
7 file://run-ptest \ 7 file://run-ptest \
8 file://fix-failing-ptest.patch \
9 file://fix-direct-calls-to-test-fixtures.patch \
8" 10"
9 11
10SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964" 12SRC_URI[md5sum] = "b8182d43a200fc126a3bf7555626f964"