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:
Ana Guerrero 2023-08-18 17:27:05 +00:00 committed by Git OBS Bridge
commit 01286b1b4e
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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