Summary
macos-latest test is failing. Memory leakage is slightly over the threshold.
Failing test:
lib/matplotlib/tests/test_backends_interactive.py:559: AssertionError
Exact assertion error:
assert growth <= acceptable_memory_leakage
assert 30457856 <= 30000000
Example of test failing: macos-latest failing
Proposed fix
Raise threshold.
Summary
macos-latesttest is failing. Memory leakage is slightly over the threshold.Failing test:
lib/matplotlib/tests/test_backends_interactive.py:559: AssertionErrorExact assertion error:
assert growth <= acceptable_memory_leakageassert 30457856 <= 30000000Example of test failing: macos-latest failing
Proposed fix
Raise threshold.