Skip to content

Commit ca2bfe4

Browse files
authored
chore(tox): add pytest-vcr dependency (#489)
1 parent c0fa6bb commit ca2bfe4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deps =
1111
pytest
1212
pytest-asyncio
1313
pytest-mock
14+
pytest-vcr
1415
requests_mock
1516
coverage
1617
mypy: mypy
@@ -29,4 +30,4 @@ commands =
2930

3031
[coverage:run]
3132
branch = True
32-
source = .
33+
source = .

0 commit comments

Comments
 (0)