This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 14c96761e55 chore: SQLAlchemy User cascade backref warnings are
irrelevant (#42360)
14c96761e55 is described below
commit 14c96761e557bd8ce619759f696c0855c4de6eb2
Author: Hans Yu <[email protected]>
AuthorDate: Fri Jul 24 02:16:38 2026 +0200
chore: SQLAlchemy User cascade backref warnings are irrelevant (#42360)
---
pytest.ini | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pytest.ini b/pytest.ini
index c01b6d6bb49..c36cd30a588 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -36,11 +36,9 @@ filterwarnings =
error:"TableColumn" object is being merged into a
Session:sqlalchemy.exc.RemovedIn20Warning
error:"TaggedObject" object is being merged into a
Session:sqlalchemy.exc.RemovedIn20Warning
error:The autoload parameter is
deprecated:sqlalchemy.exc.RemovedIn20Warning
- error:The current statement is being autocommitted using implicit
autocommit:sqlalchemy.exc.RemovedIn20Warning
error:The connection.execute\(\) method:sqlalchemy.exc.RemovedIn20Warning
-# error:The current statement is being autocommitted using implicit
autocommit:sqlalchemy.exc.RemovedIn20Warning
+ error:The current statement is being autocommitted using implicit
autocommit:sqlalchemy.exc.RemovedIn20Warning
error:The ``declarative_base\(\)`` function is now
available:sqlalchemy.exc.RemovedIn20Warning
error:The Engine.execute\(\) method is considered
legacy:sqlalchemy.exc.RemovedIn20Warning
error:The legacy calling style of select\(\) is
deprecated:sqlalchemy.exc.RemovedIn20Warning
error:The "whens" argument to case:sqlalchemy.exc.RemovedIn20Warning
-# error:"User" object is being merged into a
Session:sqlalchemy.exc.RemovedIn20Warning