projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65306df
)
Turn on strict dep checking to fix the isvalidatom test (trunk r5926).
author
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 02:40:57 +0000
(
02:40
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 02:40:57 +0000
(
02:40
-0000)
svn path=/main/branches/2.1.2/; revision=5927
tests/portage_dep/test_isvalidatom.py
patch
|
blob
|
history
diff --git
a/tests/portage_dep/test_isvalidatom.py
b/tests/portage_dep/test_isvalidatom.py
index ed66b34876803b5e1534b76a5a58671cd1f8571a..e0a4e21798757d2378d04c745f96694d7df21727 100644
(file)
--- 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