Skip to content

Commit

Permalink
TST BUG: Protect failing import for python 3.2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
kjordahl committed Jul 11, 2014
1 parent ce13a78 commit 9d70950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import geopandas as gpd
import nose

from geopandas.geocode import geocode, _prepare_geocode_result
from .util import unittest


Expand All @@ -24,6 +23,7 @@ def _skip_if_no_geopy():
class TestGeocode(unittest.TestCase):
def setUp(self):
_skip_if_no_geopy()
from geopandas.geocode import geocode, _prepare_geocode_result
self.locations = ['260 Broadway, New York, NY',
'77 Massachusetts Ave, Cambridge, MA']

Expand Down

0 comments on commit 9d70950

Please sign in to comment.