ConfigTestCase: fix warning about manifest-hashes
authorZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2012 00:38:34 +0000 (17:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 5 Jul 2012 00:38:34 +0000 (17:38 -0700)
pym/portage/tests/ebuild/test_config.py

index a1ba202d54d0340131067b2f0722cc659123dd84..63cb99d41cee0d3c99cc4aab03b78352ad118b8f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010-2011 Gentoo Foundation
+# Copyright 2010-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import portage
@@ -220,7 +220,7 @@ class ConfigTestCase(TestCase):
                                        (
                                                "profile-formats = pms",
                                                "thin-manifests = true",
-                                               "manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL",
+                                               "manifest-hashes = SHA256 SHA512 WHIRLPOOL",
                                        ),
                        }
                }