Commit 0f0325b0 authored by Stefan Behnel's avatar Stefan Behnel

adapt doctest to different error message in pypy

parent 4614e590
......@@ -318,10 +318,9 @@ def errors_args_kwargs_overlap():
def errors_non_string_kwarg():
"""
>>> errors_non_string_kwarg()
>>> errors_non_string_kwarg() # doctest: +ELLIPSIS
Traceback (most recent call last):
...
TypeError: f() keywords must be strings
TypeError: ...keywords must be strings
"""
f(**{1:2})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment