buildbot: 2.6.0 -> 2.7.0 (#81406)

This commit is contained in:
Ben Wolsieffer
2020-02-29 18:24:02 -05:00
committed by GitHub
parent b209cc7f76
commit 07727dbd16
5 changed files with 13 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, pyyaml, treq,
txrequests, pyjade, boto3, moto, mock, python-lz4, setuptoolsTrial,
isort, pylint, flake8, buildbot-worker, buildbot-pkg, buildbot-plugins,
parameterized, git, openssh, glibcLocales }:
parameterized, git, openssh, glibcLocales, nixosTests }:
let
withPlugins = plugins: buildPythonPackage {
@@ -91,6 +91,7 @@ let
passthru = {
inherit withPlugins;
tests.buildbot = nixosTests.buildbot;
};
meta = with lib; {