kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
441 stars 35 forks source link

Update supported VCR versions #112

Closed Stranger6667 closed 1 year ago

Stranger6667 commented 1 year ago

I do not intend to release this as is, but it is an improvement over the status quo as it clearly sets the supported VCRpy versions instead of failing in runtime (or, at least the end-user will be notified about incompatibilities by their package manager). Then we can gradually add support for newer VCRpy versions in separate PRs.