Thanks to visit codestin.com Credit goes to github.com
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 1a651a2 commit 64126cbCopy full SHA for 64126cb
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