Skip to content

Commit

Permalink
Add pytest-mock dependency (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Mar 11, 2024
1 parent 2f338b7 commit 9fd0148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- psutil
- pytest
- pytest-cov
- pytest-mock
- pytest-xdist
- requests

Expand Down
1 change: 1 addition & 0 deletions requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- psutil
- pytest
- pytest-cov
- pytest-mock
- pytest-xdist
- requests

Expand Down
1 change: 1 addition & 0 deletions requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies:
- pre-commit
- psutil
- pytest
- pytest-mock
- pytest-xdist
- requests

Expand Down

0 comments on commit 9fd0148

Please sign in to comment.