diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index 29be159..eec4b3f 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 30 02:33:57 UTC 2024 - Steve Kowalik + +- Ignore ResourceWarning during pytest to avoid a Python 3.13 failure. + ------------------------------------------------------------------- Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 814bc76..77ff357 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -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