Accepting request 1138515 from home:bnavigator:branches:devel:languages:python
- Run the test suite with itself like it is meant to be * fixes Python 3.12 test failures - Setuptools is a runtime requirement (for egg testing support) OBS-URL: https://build.opensuse.org/request/show/1138515 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=42
This commit is contained in:
parent
896d9f2f02
commit
0b9098ca4f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 13 22:52:05 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Run the test suite with itself like it is meant to be
|
||||||
|
* fixes Python 3.12 test failures
|
||||||
|
- Setuptools is a runtime requirement (for egg testing support)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 21:42:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 2 21:42:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ BuildRequires: %{python_module zope.exceptions}
|
|||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-setuptools
|
||||||
Requires: python-zope.exceptions
|
Requires: python-zope.exceptions
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@ -71,7 +72,9 @@ find -size 0 -delete
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%pyunittest src/zope/testrunner/tests/*.py
|
%{python_expand #
|
||||||
|
$python -m zope.testrunner --test-path=src -vv
|
||||||
|
}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user