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 aa45d87 commit 9d82111Copy full SHA for 9d82111
examples/tests/backend_driver_sgskip.py
@@ -40,7 +40,9 @@
40
excluded_dirs = ['user_interfaces']
41
# dict of files to not run on any backend
42
excluded_files = {'units': ['date_support.py'],
43
- 'widgets': ['lasso_selector_demo.py']}
+ 'widgets': ['lasso_selector_demo.py'],
44
+ 'pylab_examples': ['ginput_demo.py',
45
+ 'ginput_manual_clabel.py']}
46
# dict of files to not run on specific backend
47
failbackend = {'svg': ['tex_demo.py'],
48
'agg': ['hyperlinks.py'],
0 commit comments