From 9a731fa9027b27fc59d74ebcf0f03ed439642dc7740fa87370f6247501602dc9 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Mon, 17 Nov 2025 10:26:12 +0100 Subject: [PATCH] Skip failing tests in python 3.14, gh#kaste/pytest-mockito#2 --- python-pytest-mockito.changes | 5 +++++ python-pytest-mockito.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-mockito.changes b/python-pytest-mockito.changes index 8ae9b0d..1362d6b 100644 --- a/python-pytest-mockito.changes +++ b/python-pytest-mockito.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 17 09:25:35 UTC 2025 - Daniel Garcia + +- Skip failing tests in python 3.14, gh#kaste/pytest-mockito#2 + ------------------------------------------------------------------- Wed May 7 06:53:50 UTC 2025 - Steve Kowalik diff --git a/python-pytest-mockito.spec b/python-pytest-mockito.spec index 167de01..afdf01a 100644 --- a/python-pytest-mockito.spec +++ b/python-pytest-mockito.spec @@ -56,7 +56,8 @@ For example: %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Failing tests in python 3.14, reported upstream: gh#kaste/pytest-mockito#2 +%pytest -k "not testFail" %files %python_files %license LICENSE