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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py
index 6cd0230..12ab9e8 100644
--- a/pycoast/tests/test_pycoast.py
+++ b/pycoast/tests/test_pycoast.py
@@ -281,6 +281,7 @@ class TestPIL(TestPycoast):
         res = np.array(img)
         self.failUnless(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):
         grid_img = Image.open(os.path.join(os.path.dirname(__file__),
                                            'brazil_shapefiles.png'))
