Skip to content

Commit 84c073c

Browse files
committed
fixup! Issue #700: pin down urllib3 to workaround httpretty incompatibility issue
1 parent 2e2ef66 commit 84c073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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
25+
"urllib3<2.3.0", # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
2626
"netCDF4>=1.7.0",
2727
"matplotlib", # TODO: eliminate matplotlib as test dependency
2828
"geopandas",

0 commit comments

Comments
 (0)