Accepting request 1224457 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/1224457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -57,7 +57,10 @@ Adds SQLAlchemy support to your Flask application.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest -W "ignore::ResourceWarning"
|
||||
# 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}
|
||||
%license LICENSE.rst
|
||||
|
||||
Reference in New Issue
Block a user