Add a missing "no cover"

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2019-01-19 13:06:19 +00:00
parent 427328821e
commit b200c15062
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -364,7 +364,7 @@ def check_target_suite_source_pkg_consistency(suite_info, comment, logger):
logger.error("inconsistency found (%s): binary %s from source %s not in binaries_t[%s]" % (
comment, binary, src, parch))
if issues_found:
if issues_found: # pragma: no cover
raise AssertionError("inconsistencies found in target suite")