You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running `python tests.py matplotlib.tests....` would run the chosen
tests twice, causing errors when figures were closed from the first run
and then missing in the second run. This is because `sys.argv +
extra_args` produces the test list twice.
0 commit comments