From 94528a39d9c8b91578e71bcc9aee329e7b9c6840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20S=C3=A1nchez?= Date: Fri, 23 Feb 2024 13:15:20 +0100 Subject: [PATCH] fix: failing pipeline (#2) * test: unpin flake8 * test: pin flake8 and pytest * test: pin folium (stamen terrains are deprecated) * chore: update TODOs (eventually I should unpin these things) --- requirements.txt | 3 ++- todos.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5164bc2..fda075b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ # Requirements for code: -folium +folium<0.15.0 gpxpy # Requirements for testing: pytest-flake8 +pytest<7.0 flake8==3.9.2 diff --git a/todos.md b/todos.md index 5df9ddb..1a67c6e 100644 --- a/todos.md +++ b/todos.md @@ -5,6 +5,9 @@ * switch to better rendering (folium is slow) * skip build if no data is added * misc: + * unpin flake8 + * unpin pytest + * unpin folium * make command line tool: `map-runs ./gps-folder -o output.html -v`. Allow `.ini` parameters as input * index in PyPI * organize versions