17
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=33
This commit is contained in:
2024-10-30 02:35:00 +00:00
committed by Git OBS Bridge
parent a535114822
commit fcaf5d18d2
2 changed files with 7 additions and 2 deletions

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