projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fde20
)
Turn on strict dep checking to fix the isvalidatom test.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 02:38:44 +0000
(
02:38
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/tests/dep/test_isvalidatom.py
b/pym/portage/tests/dep/test_isvalidatom.py
index 2ba91b7cc7dbb88ee763a9b2b0da9e77b2d7bdc4..054205eb9b7e689facc4a84fe17ecad0f726c832 100644
(file)
--- 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