Skip to content

Commit

Permalink
add pytest mock to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 25, 2024
1 parent ae28a8c commit 05010a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
version = { attr = "funlib.persistence.__version__" }

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

[tool.ruff]
# pyflakes, pycodestyle, isort
Expand Down

0 comments on commit 05010a7

Please sign in to comment.