Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64126cb

Browse files
tacaswelldstansby
authored andcommitted
MNT: account for renames of files to skip
These are demos that require user interaction
1 parent 1a651a2 commit 64126cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tests/backend_driver_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
excluded_dirs = ['user_interfaces']
4040
# dict of files to not run on any backend
4141
excluded_files = {'units': ['date_support.py'],
42-
'widgets': ['lasso_selector_demo.py'],
43-
'pylab_examples': ['ginput_demo.py',
44-
'ginput_manual_clabel.py']}
42+
'widgets': ['lasso_selector_demo_sgskip.py'],
43+
'event_handling': ['ginput_manual_clabel_sgskip.py',
44+
'ginput_demo_sgskip.py',]}
4545
# dict of files to not run on specific backend
4646
failbackend = {'svg': ['tex_demo.py'],
4747
'agg': ['hyperlinks.py'],

0 commit comments

Comments
 (0)