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>
This commit is contained in:
Khem Raj
2025-12-09 23:31:01 -08:00
parent a145ddffde
commit ec4c278bc9
2 changed files with 41 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ SRC_URI += " \
file://run-ptest \
git://github.com/betamaxpy/betamax;protocol=https;branch=main \
file://0001-Drop-ptests-fixtures-and-recorde_modes.patch \
file://0001-test_placeholders-use-pytest-vcr-or-skip-if-cassette.patch \
"