mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
autopkgtest: also test for autodep8 for migration runs
This commit is contained in:
parent
b380508635
commit
177b65d674
@ -1064,7 +1064,7 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
test_in_target = False
|
test_in_target = False
|
||||||
try:
|
try:
|
||||||
srcinfo = self.suite_info.target_suite.sources[src]
|
srcinfo = self.suite_info.target_suite.sources[src]
|
||||||
if 'autopkgtest' in srcinfo.testsuite:
|
if 'autopkgtest' in srcinfo.testsuite or self.has_autodep8(srcinfo):
|
||||||
test_in_target = True
|
test_in_target = True
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user