From 44f983dc632f8cd832ce25060e93db95cdd6f64a Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Fri, 2 Mar 2018 13:20:46 +0100 Subject: [PATCH] autopkgtest: Remove hack for gccgo-5/6 --- britney2/policies/autopkgtest.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 547c18e..f9230e5 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -333,17 +333,6 @@ class AutopkgtestPolicy(BasePolicy): tests = [] - # 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-mongodb', 'mongodb', 'libreoffice']: - try: - tests.append((test, self.britney.sources['testing'][test][VERSION])) - except KeyError: - # no package in that series? *shrug*, then not (mostly for testing) - pass - return tests - # gcc-N triggers tons of tests via libgcc1, but this is mostly in vain: # gcc already tests itself during build, and it is being used from # -proposed, so holding it back on a dozen unrelated test failures