Loading pkgs/development/tools/continuous-integration/buildbot/master.nix +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ , parameterized , git , openssh , setuptools , pythonRelaxDepsHook , glibcLocales , nixosTests , callPackage Loading Loading @@ -88,6 +90,7 @@ let autobahn pyjwt pyyaml setuptools ] # tls ++ twisted.optional-dependencies.tls; Loading @@ -108,8 +111,11 @@ let git openssh glibcLocales pythonRelaxDepsHook ]; pythonRelaxDeps = [ "Twisted" ]; patches = [ # This patch disables the test that tries to read /etc/os-release which # is not accessible in sandboxed builds. Loading Loading
pkgs/development/tools/continuous-integration/buildbot/master.nix +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ , parameterized , git , openssh , setuptools , pythonRelaxDepsHook , glibcLocales , nixosTests , callPackage Loading Loading @@ -88,6 +90,7 @@ let autobahn pyjwt pyyaml setuptools ] # tls ++ twisted.optional-dependencies.tls; Loading @@ -108,8 +111,11 @@ let git openssh glibcLocales pythonRelaxDepsHook ]; pythonRelaxDeps = [ "Twisted" ]; patches = [ # This patch disables the test that tries to read /etc/os-release which # is not accessible in sandboxed builds. Loading