summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-betamax
Commit message (Collapse)AuthorAgeFilesLines
* python3-betamax: Skip ptests accessing networkKhem Raj2025-12-101-0/+40
| | | | | | | cassette fixtures are not installed in ptests so skip test_requests_with_json_body Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: fix ptestsGyorgy Sarvari2025-10-191-0/+8
| | | | | | | | A number of tests require internet access - set a valid DNS in resolv.conf so the tests don't fail. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: Upgrade to 0.9.0Khem Raj2024-02-291-16/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: switch to pytest --automakeTim Orling2024-02-161-1/+1
| | | | | | | * Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: fix ptest failture of fixture and record modesZhixiong Chi2023-03-281-0/+333
| | | | | | | | | | | | | | | | | 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>
* python3-betamax: add recipeSakib Sajal2020-07-061-0/+3
betamax is required for enabling ptest in python3-requests-toolbelt Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>