Skip to content

Commit 2e2ef66

Browse files
committed
Issue #700: pin down urllib3 to workaround httpretty incompatibility issue
1 parent 7064cf3 commit 2e2ef66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"mock",
2323
"requests-mock>=1.8.0",
2424
"httpretty>=1.1.4",
25+
"urllib3<2.3.0", # httpretty doesn't work properly with urllib3>2.3.0. See https://github.com/Open-EO/openeo-python-client/issues/700
2526
"netCDF4>=1.7.0",
2627
"matplotlib", # TODO: eliminate matplotlib as test dependency
2728
"geopandas",

0 commit comments

Comments
 (0)