Skip to content

Commit a0d85c5

Browse files
authored
chore(deps): add useful pytest-* plugins (#490)
Signed-off-by: Teo <teocns@gmail.com>
1 parent eb1d8ba commit a0d85c5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ dependencies = [
2929
[project.optional-dependencies]
3030
dev = [
3131
"pytest==7.4.0",
32+
"pytest-depends",
33+
"pytest-asyncio",
34+
"pytest-vcr",
35+
"pytest-mock",
36+
"pyfakefs",
3237
"requests_mock==1.11.0",
3338
"tach~=0.9",
3439
]

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ deps =
1212
pytest-asyncio
1313
pytest-mock
1414
pytest-vcr
15+
pytest-depends
16+
pyfakefs
1517
requests_mock
1618
coverage
1719
mypy: mypy

0 commit comments

Comments
 (0)