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 90086d7 commit a0037abCopy full SHA for a0037ab
examples/tests/backend_driver_sgskip.py
@@ -40,9 +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'],
44
- 'pylab_examples': ['ginput_demo.py',
45
- 'ginput_manual_clabel.py']}
+ 'widgets': ['lasso_selector_demo_sgskip.py'],
+ 'event_handling': ['ginput_manual_clabel_sgskip.py',
+ 'ginput_demo_sgskip.py',]}
46
# dict of files to not run on specific backend
47
failbackend = {'svg': ['tex_demo.py'],
48
'agg': ['hyperlinks.py'],
0 commit comments