-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
Lines 19 to 24 in 8cafa08
| 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
- the project seems to be unmaintained: Is this repository still actively maintained? gabrielfalcao/HTTPretty#482
- it requires an upper constraint on urllib3
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