summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-responses: upgrade 0.25.8 -> 0.26.0Wang Mingyu2026-03-021-15/+0
| | | | | | | | | | | | | | Changelog: =========== * When using 'assert_all_requests_are_fired=True', assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called. * Consider the 'Retry-After' header when handling retries Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.7 -> 0.25.8Wang Mingyu2025-08-211-0/+15
Changelog: ========== * Fix bug where the content type is always recorded as either text/plain or application/json. * Allow asserts on add_callback() matches Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>