Skip to content

Commit 10c21af

Browse files
committed
debug
1 parent 360e403 commit 10c21af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_backends_interactive.py

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def _test_thread_impl():
241241
@pytest.mark.parametrize("env", _thread_safe_backends)
242242
@pytest.mark.flaky(reruns=3)
243243
def test_interactive_thread_safety(env):
244+
print(env, platform.mac_ver())
244245
proc = subprocess.run(
245246
[sys.executable, "-c",
246247
inspect.getsource(_test_thread_impl) + "\n_test_thread_impl()"],

0 commit comments

Comments
 (0)