Skip to content

Commit fcdda51

Browse files
authored
Merge pull request #52 from GitGuardian/agateau/unbreak-tests
Fix test failure caused by vcrpy
2 parents 28c0c33 + 8bce239 commit fcdda51

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)