Open-EO / Open-EO/openeo-python-client
Alternative for httpretty?
Open
Nobody has claimed this yet.
clean up
technical debt
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
the tests currently require httpretty, but
- the project seems to be unmaintained: https://github.com/gabrielfalcao/HTTPretty/issues/482
- it requires an upper constraint on urllib3
urllib3<2.3.0https://github.com/gabrielfalcao/HTTPretty/issues/484, which has known security issue: https://github.com/Open-EO/openeo-python-client/security/dependabot/1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with setup.py lines 19-24 and inspect how the test suite uses HTTPretty. Evaluate a maintained replacement that avoids the urllib3<2.3.0 constraint; done means the tests run without HTTPretty and the dependency security issue is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security, testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100