Accepting request 1104372 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1104372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=9
This commit is contained in:
commit
01286b1b4e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 17 11:43:21 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Run tests ignoring DeprecationWarning to make it work with
|
||||||
|
python3.12. The DeprecationWarning thrown is "signature of
|
||||||
|
throw() is deprecated"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 8 09:22:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon May 8 09:22:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -66,7 +66,8 @@ rm tests/test_integrations.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest --ignore=src
|
# ignore deprecation warnings because of signature of throw() is deprecated
|
||||||
|
%pytest --ignore=src -W ignore::DeprecationWarning
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user