From 1c94ef1aac0467e77a88009c5ed71a92c864f347 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 11 Apr 2016 14:56:32 +0200 Subject: [PATCH] Stop triggering juju from gccgo-*, it uses golang almost everywhere now --- autopkgtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopkgtest.py b/autopkgtest.py index 2fa79ff..12df5d7 100644 --- a/autopkgtest.py +++ b/autopkgtest.py @@ -161,7 +161,7 @@ class AutoPackageTest(object): # hack for vivid's gccgo-5 and xenial's gccgo-6; these build libgcc1 # too, so test some Go and some libgcc1 consumers if src in ['gccgo-5', 'gccgo-6']: - for test in ['juju', 'juju-core', 'juju-mongodb', 'mongodb', 'libreoffice']: + for test in ['juju-mongodb', 'mongodb', 'libreoffice']: try: tests.append((test, self.britney.sources['testing'][test][VERSION])) except KeyError: