Revert "buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING"
This reverts commit d5999dd341
.
This commit is contained in:
parent
f4b9b0d248
commit
e21597632e
@ -120,6 +120,9 @@ 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user