There was an error while loading. Please reload this page.
1 parent 6997192 commit cfc8a99Copy full SHA for cfc8a99
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -548,7 +548,9 @@ def test_figure_leak_20490(env, time_mem):
548
# We haven't yet directly identified the leaks so test with a memory growth
549
# threshold.
550
pause_time, acceptable_memory_leakage = time_mem
551
- if env["MPLBACKEND"] == "macosx":
+ if env["MPLBACKEND"] == "macosx" or (
552
+ env["MPLBACKEND"] == "tkagg" and sys.platfrom == 'darwin'
553
+ ):
554
acceptable_memory_leakage += 11_000_000
555
556
result = _run_helper(
0 commit comments