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