From: Zac Medico Date: Thu, 8 Feb 2007 02:40:57 +0000 (-0000) Subject: Turn on strict dep checking to fix the isvalidatom test (trunk r5926). X-Git-Tag: v2.1.2-r9~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11a9ef8049e937859a91a0efb52755965338fecb;p=portage.git Turn on strict dep checking to fix the isvalidatom test (trunk r5926). svn path=/main/branches/2.1.2/; revision=5927 --- diff --git a/tests/portage_dep/test_isvalidatom.py b/tests/portage_dep/test_isvalidatom.py index ed66b3487..e0a4e2179 100644 --- a/tests/portage_dep/test_isvalidatom.py +++ b/tests/portage_dep/test_isvalidatom.py @@ -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