Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
STY: whitespace + remove unused imports
  • Loading branch information
tacaswell authored and dstansby committed Jul 18, 2019
commit 258818f87ceb36dee7c246e81e76f9792e91df5b
3 changes: 1 addition & 2 deletions 3 examples/tests/backend_driver_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from argparse import ArgumentParser

import matplotlib.rcsetup as rcsetup
from matplotlib.cbook import Bunch, dedent


all_backends = list(rcsetup.all_backends) # to leave the original list alone
Expand All @@ -41,7 +40,7 @@
excluded_files = {'units': ['date_support.py'],
'widgets': ['lasso_selector_demo_sgskip.py'],
'event_handling': ['ginput_manual_clabel_sgskip.py',
'ginput_demo_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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.