Merge pull request #239930 from NickCao/buildbot

buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING
This commit is contained in:
Nick Cao
2023-06-26 23:57:56 +08:00
committed by GitHub
@@ -120,9 +120,6 @@ let
substituteInPlace buildbot/scripts/logwatcher.py --replace '/usr/bin/tail' "$(type -P tail)"
'';
# Silence the depreciation warning from SqlAlchemy
SQLALCHEMY_SILENCE_UBER_WARNING = 1;
# TimeoutErrors on slow machines -> aarch64
doCheck = !stdenv.isAarch64;