Colin-b / pytest_httpx

pytest fixture to mock HTTPX
https://colin-b.github.io/pytest_httpx/
MIT License
344 stars 32 forks source link

Support for pytest 8.x.x #133

Closed divad closed 7 months ago

divad commented 7 months ago

pytest 8.0.0 has been released, but pytest-httpx's install depends is set to 7.x.x.

Would it be possible please to support using pytest-httpx with pytest 8.x.x?

Thanks!

Colin-b commented 7 months ago

pytest-httpx 0.29.0 is now available on pypi with support for pytest 8. Note that pytest-asyncio does not yet support pytest 8 so you might still retrieve pytest 7 as the latest compatible version, depending on your requirements.

divad commented 7 months ago

Thank you! :)