Skip to content

Commit 5abfc77

Browse files
committed
skip 38
1 parent afc6463 commit 5abfc77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plugins/test_time_slider_choropleth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@
55
"""
66

77
import json
8+
import sys
89

910
import numpy as np
1011
import pandas as pd
12+
import pytest
1113
from branca.colormap import linear
1214

1315
import folium
1416
from folium.plugins import TimeSliderChoropleth
1517
from folium.utilities import normalize
1618

1719

20+
@pytest.mark.xfail(sys.version_info[0:2] == (3, 8), reason="too modern for py38")
1821
def test_timedynamic_geo_json():
1922
"""
2023
tests folium.plugins.TimeSliderChoropleth

0 commit comments

Comments
 (0)