14
0

Accepting request 1177823 from devel:languages:python

- Allow testsuite to fail due to upstream pytest bug with 8.1+. 
- Clean up Suggests.

OBS-URL: https://build.opensuse.org/request/show/1177823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.test?expand=0&rev=4
This commit is contained in:
2024-06-04 10:50:30 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 31 01:29:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Allow testsuite to fail due to upstream pytest bug with 8.1+.
- Clean up Suggests.
-------------------------------------------------------------------
Wed Mar 27 20:41:30 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -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