Skip to content

Commit 8bce239

Browse files
committed
chore(tests): fix test failure caused by vcrpy
vcrpy does not use urllib3 correctly. Pin urllib3 until kevin1024/vcrpy#688 is fixed.
1 parent 28c0c33 commit 8bce239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ isort = "*"
1515
pre-commit = "*"
1616
pytest = "*"
1717
vcrpy = "*"
18+
urllib3 = "<2" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
1819
mypy = "==0.961"
1920
types-requests = "*"
2021
scriv = { version = "*", extras = ["toml"] }

0 commit comments

Comments
 (0)