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: