From b2436fc20d9d78875ab3d2b5790d154dfb72e866 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 26 Sep 2024 11:02:06 -0700 Subject: python3-pytest-mock: Fix ptests - Drop the patch to add additional checks to disable failing introspection tests, use plain asserts instead - Switch to pypi fetcher - Add missing rdeps needed for ptest runs Signed-off-by: Khem Raj Cc: Trevor Gamblin Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest b/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest index 8d2017d39c..51ae892b01 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest @@ -1,3 +1,3 @@ #!/bin/sh - -pytest --automake +# see https://github.com/pytest-dev/pytest-mock/issues/102 for reasons to use plain asserts +pytest --automake --assert=plain -- cgit v1.2.3-54-g00ecf