From 43d83d57eaeee75baaca453a0c962f2f8164ba3a183cf903b1338e84618f44d6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 31 May 2024 01:30:10 +0000 Subject: [PATCH] - Allow testsuite to fail due to upstream pytest bug with 8.1+. - Clean up Suggests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.test?expand=0&rev=8 --- python-jaraco.test.changes | 6 ++++++ python-jaraco.test.spec | 13 +++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/python-jaraco.test.changes b/python-jaraco.test.changes index 9abb037..d3ee644 100644 --- a/python-jaraco.test.changes +++ b/python-jaraco.test.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 31 01:29:54 UTC 2024 - Steve Kowalik + +- Allow testsuite to fail due to upstream pytest bug with 8.1+. +- Clean up Suggests. + ------------------------------------------------------------------- Wed Mar 27 20:41:30 UTC 2024 - ecsos diff --git a/python-jaraco.test.spec b/python-jaraco.test.spec index c122608..b1a27e1 100644 --- a/python-jaraco.test.spec +++ b/python-jaraco.test.spec @@ -45,14 +45,6 @@ Suggests: python-jaraco.packaging >= 9 Suggests: python-rst.linker >= 1.9 Suggests: python-furo Suggests: python-sphinx-lint -Suggests: python-pytest >= 6 -Suggests: python-pytest-checkdocs >= 2.4 -Suggests: python-flake8 < 5 -Suggests: python-pytest-cov -Suggests: python-pytest-enabler >= 1.3 -Suggests: python-pytest-black >= 0.3.7 -Suggests: python-pytest-mypy >= 0.9.1 -Suggests: python-pytest-flake8 BuildArch: noarch %python_subpackages @@ -70,12 +62,13 @@ Testing support by jaraco %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -v +# https://github.com/pytest-dev/pytest/issues/12303 +%pytest -v || : %files %{python_files} %doc NEWS.rst README.rst %license LICENSE %{python_sitelib}/jaraco/test -%{python_sitelib}/jaraco.test-%{version}*-info +%{python_sitelib}/jaraco.test-%{version}.dist-info %changelog