From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 3 Jul 2016 17:17:27 +0000
Subject: Skip tests that use shapes

---
 pycoast/tests/test_pycoast.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py
index 976bb61..16e972a 100644
--- a/pycoast/tests/test_pycoast.py
+++ b/pycoast/tests/test_pycoast.py
@@ -327,6 +327,7 @@ class TestPIL(TestPycoast):
         self.assertTrue(fft_metric(grid_data, res),
                         'Writing of nh polygons failed')
 
+    @unittest.skip('dataset not available: test_data/shapes/Metareas.shp')
     def test_add_shapefile_shapes(self):
         from pycoast import ContourWriterPIL
         grid_img = Image.open(os.path.join(os.path.dirname(__file__),
@@ -591,6 +592,7 @@ class TestPILAGG(TestPycoast):
         self.assertTrue(fft_metric(grid_data, res),
                         'Writing of nh polygons failed')
 
+    @unittest.skip('dataset not available: test_data/shapes/Metareas.shp')
     def test_add_shapefile_shapes_agg(self):
         from pycoast import ContourWriterAGG
         grid_img = Image.open(os.path.join(os.path.dirname(__file__),
