Skip to content

Commit

Permalink
Remove test for not passing figure.
Browse files Browse the repository at this point in the history
This will trigger matplotlib's backend detection, which won't work well
for us on Travis.
  • Loading branch information
dopplershift committed May 4, 2015
1 parent 5b81d27 commit 01949a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metpy/plots/tests/test_skewt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ def test_api(self):

with tempfile.NamedTemporaryFile() as f:
FigureCanvasAgg(fig).print_png(f.name)

def test_no_figure(self):
'Test the SkewT api'
skew = SkewT()
with tempfile.NamedTemporaryFile() as f:
FigureCanvasAgg(skew.ax.figure).print_png(f.name)

0 comments on commit 01949a1

Please sign in to comment.