Skip to content

Commit 674af83

Browse files
authored
vcrpy forcing earlier version (#6745)
1 parent e0d22f2 commit 674af83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-devtools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DEPENDENCIES = [
3030
'ConfigArgParse>=0.12.0',
3131
'six>=1.10.0',
32-
'vcrpy>=1.11.0',
32+
'vcrpy>=1.11.0,<2.1.0',
3333
]
3434

3535
with io.open('README.rst', 'r', encoding='utf-8') as f:

0 commit comments

Comments
 (0)