forked from pool/python-Flask-SQLAlchemy
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8151373b7f | |||
| f8b049f014 | |||
| 631bc225d4 | |||
| 755c75e296 | |||
|
|
697f0ef774 | ||
|
|
690a150496 | ||
| ea2fa74d48 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 13:23:23 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- temporarily disable tests that are broken with SLQAlchemy 2.0.36
|
||||||
|
* https://github.com/pallets-eco/flask-sqlalchemy/issues/1378
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -57,12 +57,15 @@ Adds SQLAlchemy support to your Flask application.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
# skip tests that are broken with SQLAlchemy 2.0.36
|
||||||
|
# https://github.com/pallets-eco/flask-sqlalchemy/issues/1378
|
||||||
|
donttest=("-k" "not test_model_bind")
|
||||||
|
%pytest -W "ignore::ResourceWarning" "${donttest[@]}"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
%{python_sitelib}/flask_sqlalchemy
|
%{python_sitelib}/flask_sqlalchemy
|
||||||
%{python_sitelib}/flask_sqlalchemy-%{version}*-info
|
%{python_sitelib}/flask_sqlalchemy-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user