Skip to content

Commit eb93434

Browse files
committed
Make sure pytest-mock is installed for testing
1 parent 1080ae9 commit eb93434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev = [
5555
"nox",
5656
"pytest",
5757
"pytest-cov",
58+
"pytest-mock",
5859
"sphinx",
5960
"sphinx-rtd-theme",
6061
"sphinx-autobuild",
@@ -73,6 +74,7 @@ test = [
7374
"coverage",
7475
"pytest",
7576
"pytest-cov",
77+
"pytest-mock",
7678
]
7779
validate = [
7880
"mypy",

0 commit comments

Comments
 (0)