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 e870b40 commit da5869fCopy full SHA for da5869f
examples/tests/backend_driver_sgskip.py
@@ -39,9 +39,9 @@
39
excluded_dirs = ['user_interfaces']
40
# dict of files to not run on any backend
41
excluded_files = {'units': ['date_support.py'],
42
- 'widgets': ['lasso_selector_demo.py'],
43
- 'pylab_examples': ['ginput_demo.py',
44
- 'ginput_manual_clabel.py']}
+ 'widgets': ['lasso_selector_demo_sgskip.py'],
+ 'event_handling': ['ginput_manual_clabel_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