Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests #1967

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Fix tests #1967

merged 3 commits into from
Jun 13, 2024

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Jun 13, 2024

Should fix the failing test on latest numpy/pandas.

@ocefpaf ocefpaf marked this pull request as draft June 13, 2024 12:47
@ocefpaf ocefpaf marked this pull request as ready for review June 13, 2024 13:29
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")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably drop Python 3.8 in October at its EOL. This should be fine for now.

@ocefpaf
Copy link
Member Author

ocefpaf commented Jun 13, 2024

Self-merging this one b/c it is mostly harmless.

@ocefpaf ocefpaf merged commit 6757906 into python-visualization:main Jun 13, 2024
12 checks passed
@ocefpaf ocefpaf deleted the fix_tests branch June 13, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant