mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
`pytest-vcr` [1] is no longer maintained (last commit was in 2020), and `VCR.py` recommends [2] `pytest-recording` instead. Also, `pytest-vcr` does not correctly support `httpx` [3]. This change also removes unused cassettes. [1] https://github.com/ktosiek/pytest-vcr [2] https://vcrpy.readthedocs.io/en/latest/usage.html#pytest-integration [3] https://github.com/ktosiek/pytest-vcr/issues/46