From e0c696a1e7e09221ee20cb451ba13c6d5384d0b6 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 14 Jul 2017 12:25:15 -0500 Subject: [PATCH] Add pyflakes to required Python modules See #2494 for details. --- contrib/ci-workers/vars/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci-workers/vars/default.yml b/contrib/ci-workers/vars/default.yml index 9afb8c55f..13a04e7b4 100644 --- a/contrib/ci-workers/vars/default.yml +++ b/contrib/ci-workers/vars/default.yml @@ -33,6 +33,7 @@ dist_deps: [] buildbot_modules: - pip # Needs to be updated first so Buildbot installs - buildbot-worker + - pyflakes # Python modules required to run the Zcash RPC test suite rpc_test_modules: