Turn on strict dep checking to fix the isvalidatom test.
authorZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 02:38:44 +0000 (02:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 02:38:44 +0000 (02:38 -0000)
svn path=/main/trunk/; revision=5926

pym/portage/tests/dep/test_isvalidatom.py

index 2ba91b7cc7dbb88ee763a9b2b0da9e77b2d7bdc4..054205eb9b7e689facc4a84fe17ecad0f726c832 100644 (file)
@@ -5,6 +5,8 @@
 
 from unittest import TestCase
 from portage.dep import isvalidatom
+import portage.dep
+portage.dep._dep_check_strict = True
 
 class IsValidAtom(TestCase):
        """ A simple testcase for isvalidatom