[elbe-devel] [PATCH 06/15] python3-elbe-buildenv: Let postinst ignore sqlalchemy warning

Benedikt Spranger b.spranger at linutronix.de
Thu Oct 26 15:41:04 CEST 2023


From: Bastian Germann <bage at linutronix.de>

The db warning that is catered to with 325fe95c8b ("db: Ignore 2.0 warning")
still triggers on python3-elbe-buildenv's postinstall script.
Also ignore the warning there.

Signed-off-by: Bastian Germann <bage at linutronix.de>
Reviewed-by: Benedikt Spranger <b.spranger at linutronix.de>
---
 debian/python3-elbe-buildenv.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/python3-elbe-buildenv.postinst b/debian/python3-elbe-buildenv.postinst
index 2a90a4a1..3ff50085 100644
--- a/debian/python3-elbe-buildenv.postinst
+++ b/debian/python3-elbe-buildenv.postinst
@@ -1,4 +1,4 @@
 #!/bin/bash
 set -e
-elbe db init --name=root --password=foo
+SQLALCHEMY_SILENCE_UBER_WARNING=1 elbe db init --name=root --password=foo
 #DEBHELPER#
-- 
2.42.0



More information about the elbe-devel mailing list