buildbot: unset SQLALCHEMY_SILENCE_UBER_WARNING
This commit is contained in:
parent
52e5e2b29f
commit
d5999dd341
1 changed files with 0 additions and 3 deletions
|
@ -120,9 +120,6 @@ let
|
||||||
substituteInPlace buildbot/scripts/logwatcher.py --replace '/usr/bin/tail' "$(type -P tail)"
|
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
|
# TimeoutErrors on slow machines -> aarch64
|
||||||
doCheck = !stdenv.isAarch64;
|
doCheck = !stdenv.isAarch64;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue