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 d43a0d7633a chore: sqlalchemy.database package warnings are irrelevant 
(#41978)
d43a0d7633a is described below

commit d43a0d7633a1fb9151053fea85f990f6286e9280
Author: Hans Yu <[email protected]>
AuthorDate: Mon Jul 13 19:41:41 2026 +0200

    chore: sqlalchemy.database package warnings are irrelevant (#41978)
---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 573a81fa66b..c26d3acdd8f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -39,7 +39,6 @@ filterwarnings =
 #    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
-#    error:The `database` package is 
deprecated: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

Reply via email to