pytest-celery
pytest-celery copied to clipboard
urllib version upgrade
Checklist
- [x] I have checked the issues list for similar or identical feature requests.
- [x] I have checked the pull requests list for existing proposed implementations of this feature.
- [x] I have checked the commit log to find out if the same feature was already implemented in the main branch.
- [x] I have included all related issues and possible duplicate issues in this issue (If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
- None
Possible Duplicates
- None
Brief Summary
Why require urllib in old version?
urllib3 = { version = ">=1.26.16,<2.0", optional = true }
Design
Can the latest one be supported, or what is the issue? Why <2.0?
Proposed UI/UX
Diagrams
N/A
Alternatives
None
This fix is no 1 priority in pytest-celery to align with Celery and kombu, it should mainly just revert back to cURL.
On my active list though