Accepting request 1104371 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- Run tests ignoring DeprecationWarning to make it work with python3.12. The DeprecationWarning thrown is "signature of throw() is deprecated" OBS-URL: https://build.opensuse.org/request/show/1104371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=16
This commit is contained in:
parent
ca89cecba2
commit
3d8aee3da6
@ -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>
|
||||
|
||||
|
@ -66,7 +66,8 @@ rm tests/test_integrations.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest --ignore=src
|
||||
# ignore deprecation warnings because of signature of throw() is deprecated
|
||||
%pytest --ignore=src -W ignore::DeprecationWarning
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user