Merge pull request #239930 from NickCao/buildbot
buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user