Skip to content

Commit

Permalink
Make skip_grib message clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Nov 12, 2015
1 parent 9b89e39 commit 88ad62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/iris/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,8 @@ class MyPlotTests(test.GraphicsTest):
if six.PY3:
skip_grib = unittest.skipIf(
True,
'Test(s) use "grib", which is not currently supported under Python 3.')
('Test(s) require "gribapi", '
'which is not currently supported under Python 3.'))
else:
skip_grib = unittest.skipIf(
not GRIB_AVAILABLE,
Expand Down

0 comments on commit 88ad62a

Please sign in to comment.