From: Wang Mingyu <[email protected]> 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 <[email protected]> --- ...{python3-responses_0.25.8.bb => python3-responses_0.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-responses_0.25.8.bb => python3-responses_0.26.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-responses_0.25.8.bb rename to meta-python/recipes-devtools/python/python3-responses_0.26.0.bb index 2370a88843..4d1884225d 100644 --- a/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb +++ b/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "9374d047a575c8f781b94454db5cab590b6029505f488d12899ddb10a4af1cf4" +SRC_URI[sha256sum] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4" RDEPENDS:${PN} += " \ python3-mock \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124731): https://lists.openembedded.org/g/openembedded-devel/message/124731 Mute This Topic: https://lists.openembedded.org/mt/118027923/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
