Skip to content

Commit d7fe1b0

Browse files
authored
Merge branch 'master' into fix_long_hang_on_network_error
2 parents e768a4e + 26b28d7 commit d7fe1b0

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)