diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 53b1583..ca6817d 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -862,9 +862,9 @@ class AutopkgtestPolicy(BasePolicy): else: tests = [] - # Drop *all* the riscv64 tests for now. To be dropped once - # we get a working autopkgtest infra for riscv64. - tests = [] + # Drop *all* the riscv64 tests for now. To be dropped once + # we get a working autopkgtest infra for riscv64. + tests = [] except KeyError: # Sometimes™, sources_info[src] raises KeyError pass