Description: cdo in Debian not built with szip support; avoid this test.
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2013-01-16
Forwarded: no

Index: python-cdo-1.2.1/test/test_cdo.py
===================================================================
--- python-cdo-1.2.1.orig/test/test_cdo.py	2013-07-10 15:52:52.000000000 +0100
+++ python-cdo-1.2.1/test/test_cdo.py	2013-07-10 15:52:52.000000000 +0100
@@ -72,12 +72,12 @@
         self.assertEqual([50.0, 100.0, 200.0, 300.0, 450.0, 600.0, 800.0, 1000.0, 1000.0, 1000.0],
                      cdo.thicknessOfLevels(input = ofile))
 
-    def test_CDO_options(self):
-        cdo = Cdo()
-        names = cdo.showname(input = "-stdatm,0",options = "-f nc")
-        self.assertEqual(["P T"],names)
-        ofile = cdo.topo(options = "-z szip")
-        self.assertEqual(["GRIB SZIP"],cdo.showformat(input = ofile))
+    #def test_CDO_options(self):
+    #    cdo = Cdo()
+    #    names = cdo.showname(input = "-stdatm,0",options = "-f nc")
+    #    self.assertEqual(["P T"],names)
+    #    ofile = cdo.topo(options = "-z szip")
+    #    self.assertEqual(["GRIB SZIP"],cdo.showformat(input = ofile))
 
     def test_chain(self):
         cdo = Cdo()
