Skip to content

Commit

Permalink
distinct pytest-mock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Oct 4, 2024
1 parent e504190 commit 5c8b980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- pandas
- Pillow
- pytest
- pytest-mock
- python-dotenv
- scikit-learn
- scikit-image
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
jupyter = ["jupyterlab", "jupytext", "matplotlib", "scikit-learn"]
test = ["pytest", "pytest-cov", "parameterized"]
test = ["pytest", "pytest-cov", "pytest-mock", "parameterized"]
lint = ["flake8", "isort", "ruff"]
pipeline = ["luigi", "fastapi", "uvicorn"]
all = ["cyto_ml[jupyter,test,lint,pipeline]"]
Expand Down

0 comments on commit 5c8b980

Please sign in to comment.