Skip to content

Commit b3e03af

Browse files
tacaswelltimhoffm
andauthored
DOC: add explanatory comments
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent ed86507 commit b3e03af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_backend_tk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _isolated_tk_test(success_count, func=None):
2626
return functools.partial(_isolated_tk_test, success_count)
2727

2828
if "MPL_TEST_ESCAPE_HATCH" in os.environ:
29+
# set in subprocess_run_helper() below
2930
return func
3031

3132
@pytest.mark.skipif(

0 commit comments

Comments
 (0)