We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada6140 commit d5e8c7aCopy full SHA for d5e8c7a
1 file changed
Lib/test/test_concurrent_futures/executor.py
@@ -79,9 +79,8 @@ def test_map_exception(self):
79
var: val
80
for var, val in tb.tb_frame.f_locals.items()
81
if isinstance(val, Exception)
82
- or (isinstance(val, futures.Future) and val._exception)
83
},
84
- msg=f"traceback frames should not contain any variables referring to an Exception or a failed Future",
+ msg=f"traceback frames should not contain any exception",
85
)
86
87
@support.requires_resource('walltime')
0 commit comments