diff --git a/ci/envs/38-dev.yaml b/ci/envs/38-dev.yaml index 56b6632..7fcde2c 100644 --- a/ci/envs/38-dev.yaml +++ b/ci/envs/38-dev.yaml @@ -25,7 +25,7 @@ dependencies: # dev versions of packages - git+https://github.com/numpy/numpy.git@main - git+https://github.com/pydata/pandas.git@master - - git+https://github.com/matplotlib/matplotlib.git@master + - git+https://github.com/matplotlib/matplotlib.git@main - git+https://github.com/Toblerity/Shapely.git@master - git+https://github.com/pygeos/pygeos.git@master - git+https://github.com/python-visualization/folium.git@master diff --git a/geopandas/tests/test_explore.py b/geopandas/tests/test_explore.py index 4b7c932..205100d 100644 --- a/geopandas/tests/test_explore.py +++ b/geopandas/tests/test_explore.py @@ -608,7 +608,7 @@ class TestExplore: 'attribution":"\\u0026copy;\\u003cahref=\\"https://www.openstreetmap.org' in out_str ) - assert '"maxNativeZoom":19,"maxZoom":19,"minZoom":0' in out_str + assert '"maxNativeZoom":20,"maxZoom":20,"minZoom":0' in out_str def test_xyzservices_query_name(self): pytest.importorskip("xyzservices") @@ -624,7 +624,7 @@ class TestExplore: 'attribution":"\\u0026copy;\\u003cahref=\\"https://www.openstreetmap.org' in out_str ) - assert '"maxNativeZoom":19,"maxZoom":19,"minZoom":0' in out_str + assert '"maxNativeZoom":20,"maxZoom":20,"minZoom":0' in out_str def test_linearrings(self): rings = self.nybb.explode(index_parts=True).exterior