kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add httpx to compatible HTTP client list

tyler-8 opened this issue · comments

This list is missing httpx which is supported as of #523 and has had multiple issues opened & resolved since then.

I was so focused on the RTD page that I overlooked the inclusion on the actual file.

The httpx entry IS missing here: https://vcrpy.readthedocs.io/en/latest/installation.html

but not in the docs of the repo itself: https://github.com/kevin1024/vcrpy/blob/8c0bb73658e300065eddfafc569e656e1ef6f7bf/docs/installation.rst#compatibility - so I suppose it's just RTD that needs updating.

I think this should be open until the changes are visible at vcrpy.readthedocs.io/en/latest/installation.html (not sure how the docs are build and deployed).