8000 backend_driver.py overhaul by dstansby · Pull Request #8069 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

backend_driver.py overhaul #8069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MNT: account for renames of files to skip
These are demos that require user interaction
  • Loading branch information
tacaswell authored and dstansby committed Jul 18, 2019
commit 64126cbbf19d03ba2e78dadeecfe29534e0c2ff7
8956 6 changes: 3 additions & 3 deletions examples/tests/backend_driver_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
excluded_dirs = ['user_interfaces']
# dict of files to not run on any backend
excluded_files = {'units': ['date_support.py'],
'widgets': ['lasso_selector_demo.py'],
'pylab_examples': ['ginput_demo.py',
'ginput_manual_clabel.py']}
'widgets': ['lasso_selector_demo_sgskip.py'],
'event_handling': ['ginput_manual_clabel_sgskip.py',
'ginput_demo_sgskip.py',]}
# dict of files to not run on specific backend
failbackend = {'svg': ['tex_demo.py'],
'agg': ['hyperlinks.py'],
Expand Down
0