summaryrefslogtreecommitdiff
path: root/tests/test_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_group.py')
-rw-r--r--tests/test_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_group.py b/tests/test_group.py
index b705d90e..c69e4dbb 100644
--- a/tests/test_group.py
+++ b/tests/test_group.py
@@ -7,7 +7,7 @@ class TestGroup(unittest.TestCase):
def setUp(self):
apt_pkg.init()
- self.cache = apt_pkg.Cache()
+ self.cache = apt_pkg.Cache(progress=None)
def test_pkgingroup(self):
"""Check that each package belongs to the corresponding group"""