summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-05-24 09:49:14 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-05-24 09:49:14 -0400
commit1bb9c99ea9f3e36e5d4a9f1d4f21f1d0a252db4a (patch)
treeff323e4bb5abbb2b1093ad88f6a3d056016f9e9a
parente9921ad356fee4edb56007ae39793fb2211f13cf (diff)
downloadsqlalchemy-1bb9c99ea9f3e36e5d4a9f1d4f21f1d0a252db4a.tar.gz
- liberalize list.remove() regexp as recent Pypy versions
format this message differently than cpython
-rw-r--r--test/orm/test_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_attributes.py b/test/orm/test_attributes.py
index 96c6451d0..80d8cdc04 100644
--- a/test/orm/test_attributes.py
+++ b/test/orm/test_attributes.py
@@ -123,7 +123,7 @@ class AttributeImplAPITest(fixtures.MappedTest):
assert_raises_message(
ValueError,
- r"list.remove\(x\): x not in list",
+ r"list.remove\(.*?\): .* not in list",
A.b.impl.remove,
attributes.instance_state(a1),
attributes.instance_dict(a1), b2, None