Revert "buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING"

This reverts commit d5999dd341.
This commit is contained in:
zowoq 2023-09-11 15:57:25 +10:00
parent f4b9b0d248
commit e21597632e

View File

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