Skip to content

Commit 9d82111

Browse files
committed
Exclude some ginput examples
1 parent aa45d87 commit 9d82111

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/tests/backend_driver_sgskip.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
excluded_dirs = ['user_interfaces']
4141
# dict of files to not run on any backend
4242
excluded_files = {'units': ['date_support.py'],
43-
'widgets': ['lasso_selector_demo.py']}
43+
'widgets': ['lasso_selector_demo.py'],
44+
'pylab_examples': ['ginput_demo.py',
45+
'ginput_manual_clabel.py']}
4446
# dict of files to not run on specific backend
4547
failbackend = {'svg': ['tex_demo.py'],
4648
'agg': ['hyperlinks.py'],

0 commit comments

Comments
 (0)