forked from pool/python-jaraco.test
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:
@@ -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>
|
Wed Mar 27 20:41:30 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -45,14 +45,6 @@ Suggests: python-jaraco.packaging >= 9
|
|||||||
Suggests: python-rst.linker >= 1.9
|
Suggests: python-rst.linker >= 1.9
|
||||||
Suggests: python-furo
|
Suggests: python-furo
|
||||||
Suggests: python-sphinx-lint
|
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
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -70,12 +62,13 @@ Testing support by jaraco
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest -v
|
# https://github.com/pytest-dev/pytest/issues/12303
|
||||||
|
%pytest -v || :
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc NEWS.rst README.rst
|
%doc NEWS.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/jaraco/test
|
%{python_sitelib}/jaraco/test
|
||||||
%{python_sitelib}/jaraco.test-%{version}*-info
|
%{python_sitelib}/jaraco.test-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user