From: Wang Mingyu <[email protected]> Changelog: ========== -If the HYPOTHESIS_NO_PLUGINS environment variable is set, we'll avoid loading plugins such as the old Pydantic integration or HypoFuzz' CLI options. -This is probably only useful for our own self-tests, but documented in case it might help narrow down any particularly weird bugs in complex environments. -Fixes some lingering issues with inference of recursive types in hypothesis.strategies.from_type.
Signed-off-by: Wang Mingyu <[email protected]> --- ...ython3-hypothesis_6.80.0.bb => python3-hypothesis_6.81.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.80.0.bb => python3-hypothesis_6.81.2.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb index 82f855d4b7..93bf638759 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.80.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.81.2.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "75d74da36fd3837b5b3fe15211dabc7389e78d882bf2c91bab2184ccf91fe64c" +SRC_URI[sha256sum] = "e35165a73064370d30d476d7218f600d2bf861ff218192c9e994cb36aa190ae7" RDEPENDS:${PN} += " \ python3-attrs \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184449): https://lists.openembedded.org/g/openembedded-core/message/184449 Mute This Topic: https://lists.openembedded.org/mt/100191312/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
