Skip to content

Commit 5ced824

Browse files
committed
fix(tests): Pin vcrpy because of a bug with the option decode_compressed_response
1 parent bed62be commit 5ced824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flake8-isort = "*"
1414
isort = "*"
1515
pre-commit = "*"
1616
pytest = "*"
17-
vcrpy = "*"
17+
vcrpy = ">=4.3.0,!=4.3.1,<4.4.0" # v4.3.1 broke decode_compressed_response
1818
urllib3 = "<2" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
1919
mypy = "==0.961"
2020
types-requests = "*"

0 commit comments

Comments
 (0)