Avoid live HTTP clients in Python unit tests
requests/httpx/urllib calls in unit tests should be doubled or recorded.
#Metadata
#Why it matters
Live HTTP couples CI to the network and slows feedback.
#Remediation
Use responses/httpretty/pytest-httpserver or dependency-injected clients with fakes.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/python/py.testing.real-network-in-unit-test.rule.yaml.