Skip to content

Commit

Permalink
remove first folium notebook from tests because mplleaflet is not mai…
Browse files Browse the repository at this point in the history
…ntained anymore, see this issue plotly/plotly.py#2913
  • Loading branch information
OnnoEbbens committed Dec 2, 2020
1 parent 9b4ff37 commit edcf081
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions autotest/test_02_on_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,22 +791,6 @@ def test_11___Running_Bokeh_Applications():
assert out == 0
return 1

def test_Folium01_and_mplleaflet():
fpath_rel = ['20_folium', 'Folium01_and_mplleaflet.ipynb']
subdir = fpath_rel[:-1]
fname = fpath_rel[-1]
fdir = os.path.join(*nb_dir, *subdir)
cwd = os.getcwd()
os.chdir(fdir)
try:
out = tf.run_notebook(fname, clearoutput=True)
os.chdir(cwd)
except Exception as e:
os.chdir(cwd)
raise(e)
assert out == 0
return 1

def test_Folium02_CheckZorder():
fpath_rel = ['20_folium', 'Folium02_CheckZorder.ipynb']
subdir = fpath_rel[:-1]
Expand Down

0 comments on commit edcf081

Please sign in to comment.