From dca47931a3b81f8e5fc272517353d29582e039d0 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 3 Nov 2023 17:03:34 +0400 Subject: [PATCH] Fix mapbox-vector-tile tests --- dev-requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6cc2d1c33..9fdcd5870 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,10 +20,13 @@ numpy; python_version<"3.10" pandas; python_version<"3.10" # Testing the 'search_mvt' API response -mapbox-vector-tile; python_version<"3.10" +mapbox-vector-tile +# Python 3.7 gets an old version of mapbox-vector-tile, requiring an +# old version of protobuf +protobuf<4; python_version<="3.7" # Docs # Override Read the Docs default (sphinx<2 and sphinx-rtd-theme<0.5) sphinx>2 sphinx-rtd-theme>0.5 -sphinx-autodoc-typehints \ No newline at end of file +sphinx-autodoc-typehints