buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING

This commit is contained in:
Nick Cao 2023-06-26 21:25:20 +08:00
parent 52e5e2b29f
commit d5999dd341
No known key found for this signature in database

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;