From: Zac Medico Date: Thu, 8 Feb 2007 02:38:44 +0000 (-0000) Subject: Turn on strict dep checking to fix the isvalidatom test. X-Git-Tag: v2.2_pre1~1734 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=77a9b899a9279a0740acd2f9288ff0d5afb5bf42;p=portage.git Turn on strict dep checking to fix the isvalidatom test. svn path=/main/trunk/; revision=5926 --- diff --git a/pym/portage/tests/dep/test_isvalidatom.py b/pym/portage/tests/dep/test_isvalidatom.py index 2ba91b7cc..054205eb9 100644 --- a/pym/portage/tests/dep/test_isvalidatom.py +++ b/pym/portage/tests/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