aboutsummaryrefslogtreecommitdiff
path: root/hwpack
diff options
context:
space:
mode:
authorGuilherme Salgado <salgado@canonical.com>2010-12-14 11:50:56 -0200
committerGuilherme Salgado <salgado@canonical.com>2010-12-14 11:50:56 -0200
commit9e9f6be08709ecb22c045efdbea6bedd6dc575dd (patch)
tree7e2d00d63542046867f3b4e2c1796bca56aba469 /hwpack
parent3eeb4ccae5c983a714a470e26a7bdd77b72d0a71 (diff)
Disable a test which has a non-documented requirement and thus fails on Maverick
Diffstat (limited to 'hwpack')
-rw-r--r--hwpack/testing.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/hwpack/testing.py b/hwpack/testing.py
index 11b1849..f0508e1 100644
--- a/hwpack/testing.py
+++ b/hwpack/testing.py
@@ -609,8 +609,10 @@ def MatchesAsPackageContent(package_matcher):
def MatchesPackageRelationshipList(relationship_matchers):
"""Matches a set of matchers against a package relationship specification.
- >>> from testtools.matchers import Equals, StartsWith
- >>> MatchesPackageRelationshipList(
+ # XXX: Disabled because this seems to require a specific version of
+ # testtools that includes the StartsWith matcher.
+ >> from testtools.matchers import Equals, StartsWith
+ >> MatchesPackageRelationshipList(
... [Equals('foo'), StartsWith('bar (')]).match('bar (= 1.0), foo')
>>>
"""