From 0f622acba7f2626fa72c09408d2a20986579716f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Jun 2023 14:48:12 +0800 Subject: [PATCH] python3-pytest-mock: upgrade 3.10.0 -> 3.11.1 Changelog: =========== Fixed introspection for failed assert_has_calls (#365). Updated type annotations for mocker.patch and mocker.spy (#364). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-pytest-mock_3.10.0.bb => python3-pytest-mock_3.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-mock_3.10.0.bb => python3-pytest-mock_3.11.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb index bf5bc250a88..69d74567c39 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb @@ -10,7 +10,7 @@ SRC_URI = " \ file://run-ptest \ " -SRCREV ?= "6c03dfd4240de4a178bab67c0a32fba28d8bcf91" +SRCREV ?= "d3e73f2e93f7b93eba0a36e17e43bafd969da4fe" SRC_URI[sha256sum] = "fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"