Commit e2159763 authored by zowoq's avatar zowoq
Browse files

Revert "buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING"

This reverts commit d5999dd3.
parent f4b9b0d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;