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
commit 524b343c12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;