diff --git a/tests/test_apt.py b/tests/test_apt.py index d628930bf43565d1d1b64298c96cd1ab561f78e9..04c5fef0c93c5ec4f43ccf640ce031002b432e5f 100755 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -49,8 +49,7 @@ def main(): # detect pending upgrade upgradable = len(apt.upgradable_packages) if upgradable: - u.warning("there is {} upgrade pending".format(upgradable)) - warnings += 1 + u.info("there is {} upgrade pending".format(upgradable)) else: u.success("system up-to-date")