ktosiek / pytest-vcr

Py.test integration with VCR.py
MIT License
150 stars 25 forks source link

vcr is not working with the latest urllib3 #53

Open mauricio-lomeli-planview opened 8 months ago

mauricio-lomeli-planview commented 8 months ago

urllib3 = 2.0.6

Screenshot 2023-10-09 at 10 27 12 AM

Turiok commented 7 months ago

Hi @mauricio-lomeli-planview ,

vcrpy make a correction with version 4.3.1 of vcrpy https://github.com/kevin1024/vcrpy/releases/tag/v4.3.1 Override this depdendency on pytest-vcr to make it work.