Skip to content

Commit 154c624

Browse files
committed
Add a comment to trigger a new Travis build
Travis was not configured to build pull-requests (see #2028)
1 parent 7e421f0 commit 154c624

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/code/test_excinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ def g():
10761076
with pytest.raises(RuntimeError) as excinfo:
10771077
mod.f()
10781078

1079+
# emulate the issue described in #1984
10791080
attr = '__%s__' % reason
10801081
getattr(excinfo.value, attr).__traceback__ = None
10811082

0 commit comments

Comments
 (0)