python3-hypothesis: upgrade 6.61.0 -> 6.62.0

Changelog:
we now support @example(...).xfail(), with the same (optional) condition, reason, and raises arguments as pytest.mark.xfail().

(From OE-Core rev: 31c0a609e2af33a7734337ebb9e2377556506fdc)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2023-01-15 13:24:09 +08:00
committed by Richard Purdie
parent 3182c3862d
commit e8027e35fc

View File

@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
SRC_URI[sha256sum] = "fbf7da30aea839d88898f74bcc027f0f997060498a8a7605880688c8a2166215"
SRC_URI[sha256sum] = "76f1141e8237f6dd0780a171bec5d6aec873208ccc27b5f9753d4cccd8904272"
RDEPENDS:${PN} += " \
python3-attrs \