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:
commit
631bc225d4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user