|
tests_require = [ |
|
"pytest>=4.5.0", |
|
"mock", |
|
"requests-mock>=1.8.0", |
|
"httpretty>=1.1.4", |
|
"urllib3<2.3.0", # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484 |
the tests currently require httpretty, but
openeo-python-client/setup.py
Lines 19 to 24 in 8cafa08
the tests currently require httpretty, but
urllib3<2.3.0urllib3>=2.3.0 breaks httpretty withallow_net_connect=Falsegabrielfalcao/HTTPretty#484, which has known security issue: https://github.com/Open-EO/openeo-python-client/security/dependabot/1