Skip to content

Commit

Permalink
skip 38
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 13, 2024
1 parent afc6463 commit 5abfc77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/plugins/test_time_slider_choropleth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
"""

import json
import sys

import numpy as np
import pandas as pd
import pytest
from branca.colormap import linear

import folium
from folium.plugins import TimeSliderChoropleth
from folium.utilities import normalize


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

0 comments on commit 5abfc77

Please sign in to comment.