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 521e51429a7 chore: as_declarative() warnings are irrelevant (#41982)
521e51429a7 is described below
commit 521e51429a799cd76d0e45d7f2fc61ccfa48a2df
Author: Hans Yu <[email protected]>
AuthorDate: Mon Jul 13 20:37:45 2026 +0200
chore: as_declarative() warnings are irrelevant (#41982)
---
pytest.ini | 1 -
1 file changed, 1 deletion(-)
diff --git a/pytest.ini b/pytest.ini
index c26d3acdd8f..99081e8c76f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -35,7 +35,6 @@ filterwarnings =
# error:"SqlMetric" object is being merged into a
Session:sqlalchemy.exc.RemovedIn20Warning
# 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 ``as_declarative\(\)`` function is now
available:sqlalchemy.exc.RemovedIn20Warning
# error:The autoload parameter is
deprecated:sqlalchemy.exc.RemovedIn20Warning
# error:The connection.execute\(\) method:sqlalchemy.exc.RemovedIn20Warning
# error:The current statement is being autocommitted using implicit
autocommit:sqlalchemy.exc.RemovedIn20Warning