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 82adcb0..b95edba 100644
--- a/pycoast/tests/test_pycoast.py
+++ b/pycoast/tests/test_pycoast.py
@@ -397,6 +397,7 @@ class TestPIL(TestPycoast):
         self.assertTrue(fft_metric(grid_data, res),
                         'Writing of nh points 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__),
@@ -749,6 +750,7 @@ class TestPILAGG(TestPycoast):
         res = np.array(img)
         self.assertTrue(fft_metric(grid_data, res), 'Writing of nh points 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__),
