When enabling Pytest tests on Windows, I had to disable a test named "test_save", as the save() function in grass.jupyter.timeseriesmap has a default value for font, and it isn't found on Windows.
The current solution I had is to just let Pillow use its default value for the font if none is passed. I don't know know how to see the result with it.
Describe the bug
When enabling Pytest tests on Windows, I had to disable a test named "test_save", as the save() function in grass.jupyter.timeseriesmap has a default value for font, and it isn't found on Windows.
The current solution I had is to just let Pillow use its default value for the font if none is passed. I don't know know how to see the result with it.
And adding
The code in question is
https://github.com/OSGeo/grass/blob/04cc9ead399a85475b5390741645a7e56b39f7a8/python/grass/jupyter/timeseriesmap.py#L316-L360
I'd like some help to know how to address it.
To reproduce
Expected behavior
Screenshots
System description
Additional context