Skip to content

Commit 05010a7

Browse files
committed
add pytest mock to dev dependencies
1 parent ae28a8c commit 05010a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
version = { attr = "funlib.persistence.__version__" }
3636

3737
[project.optional-dependencies]
38-
dev = ['coverage>=5.0.3', 'pytest', 'black', 'mypy', 'types-psycopg2', 'types-toml']
38+
dev = ['coverage>=5.0.3', 'pytest', 'pytest-mock', 'black', 'mypy', 'types-psycopg2', 'types-toml']
3939

4040
[tool.ruff]
4141
# pyflakes, pycodestyle, isort

0 commit comments

Comments
 (0)