We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a50db9 commit 1c9f576Copy full SHA for 1c9f576
examples/tests/backend_driver_sgskip.py
@@ -22,7 +22,6 @@
22
from argparse import ArgumentParser
23
24
import matplotlib.rcsetup as rcsetup
25
-from matplotlib.cbook import Bunch, dedent
26
27
28
all_backends = list(rcsetup.all_backends) # to leave the original list alone
@@ -41,7 +40,7 @@
41
40
excluded_files = {'units': ['date_support.py'],
42
'widgets': ['lasso_selector_demo_sgskip.py'],
43
'event_handling': ['ginput_manual_clabel_sgskip.py',
44
- 'ginput_demo_sgskip.py',]}
+ 'ginput_demo_sgskip.py']}
45
# dict of files to not run on specific backend
46
failbackend = {'svg': ['tex_demo.py'],
47
'agg': ['hyperlinks.py'],
0 commit comments