forked from pool/python-aspectlib
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user