Skip to content

Commit 26b28d7

Browse files
authored
Chore fix tests failing vcrpy urllib3 dep (#518)
* Bump vcrpy to 7.0.0
1 parent 483053f commit 26b28d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"pytest-asyncio==0.21.1",
2020
"pytest-console-scripts==1.4.1",
2121
"pytest-cov==5.0.0",
22-
"vcrpy==4.4.0",
22+
"vcrpy==4.4.0;python_version<='3.8'",
23+
"vcrpy==7.0.0;python_version>'3.8'",
2324
"aiofiles",
2425
]
2526

0 commit comments

Comments
 (0)