Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): fix test failure caused by vcrpy
vcrpy does not use urllib3 correctly. Pin urllib3 until kevin1024/vcrpy#688 is fixed. Needed a hack in the "Install dependencies" step to work around a build failure on Windows: for some reason the Windows builder still had urllib 2.0.2 installed. Could not reproduce this in my Windows VM so I suspect there is a bug in the way the setup-python GitHub action works.
- Loading branch information