Skip to content

Commit

Permalink
fix: failing pipeline (#2)
Browse files Browse the repository at this point in the history
* test: unpin flake8
* test: pin flake8 and pytest
* test: pin folium (stamen terrains are deprecated)
* chore: update TODOs (eventually I should unpin these things)
  • Loading branch information
BenjaSanchez authored Feb 23, 2024
1 parent 38fcf3a commit 94528a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94528a3

Please sign in to comment.