summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-09 23:31:01 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-10 08:56:15 -0800
commitec4c278bc970113ea04487d531a8c391c690d5cb (patch)
treef5bea19fceec46efdb6b139ec23a72aec4f49efe /meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
parenta145ddffdec1f549428f724e0a4969a2155b99cb (diff)
downloadmeta-openembedded-ec4c278bc970113ea04487d531a8c391c690d5cb.tar.gz
python3-betamax: Skip ptests accessing network
cassette fixtures are not installed in ptests so skip test_requests_with_json_body Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb b/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
index f88d43a21a..8dbd21a938 100644
--- a/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb
@@ -10,6 +10,7 @@ SRC_URI += " \
10 file://run-ptest \ 10 file://run-ptest \
11 git://github.com/betamaxpy/betamax;protocol=https;branch=main \ 11 git://github.com/betamaxpy/betamax;protocol=https;branch=main \
12 file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \ 12 file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \
13 file://0001-test_placeholders-use-pytest-vcr-or-skip-if-cassette.patch \
13" 14"
14 15
15 16