Taragolis commented on code in PR #37334:
URL: https://github.com/apache/airflow/pull/37334#discussion_r1485621163
##########
pyproject.toml:
##########
@@ -340,7 +340,6 @@ devel-tests = [
"coverage>=7.2",
"pytest-asyncio>=0.23.3",
"pytest-cov>=4.1.0",
- "pytest-httpx>=0.21.3",
Review Comment:
It hard to not to retrieve `requests` in project like Airflow, in Official
docker image it would be always available because we install http provider.
I've also found the trend (or maybe it is only my filling) that projects
reduce usage of `requests` in favor or `urllib3` for reduce requests
abstraction level around urllib3 and remove some historical behaviour of
requests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]