Accepting request 1219235 from devel:languages:python:flask

- Ignore ResourceWarning during pytest to avoid a Python 3.13 failure.

OBS-URL: https://build.opensuse.org/request/show/1219235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2024-10-30 16:37:20 +00:00 committed by Git OBS Bridge
commit 631bc225d4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 02:33:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Ignore ResourceWarning during pytest to avoid a Python 3.13 failure.
-------------------------------------------------------------------
Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -57,12 +57,12 @@ Adds SQLAlchemy support to your Flask application.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%pytest -W "ignore::ResourceWarning"
%files %{python_files}
%license LICENSE.rst
%doc CHANGES.rst README.rst
%{python_sitelib}/flask_sqlalchemy
%{python_sitelib}/flask_sqlalchemy-%{version}*-info
%{python_sitelib}/flask_sqlalchemy-%{version}.dist-info
%changelog