Skip to content

Commit

Permalink
fix: py-mock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Aug 25, 2024
1 parent 2c1c92a commit c37f692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.github_repo}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pyright = "^1.1.354"

# Unit Testing
pytest = "^8" # pytest: simple powerful testing with Python
pytest-cov = "^4" # Pytest plugin for measuring coverage.
pytest-mock = "^5"
pytest-cov = "^5" # Pytest plugin for measuring coverage.
pytest-mock = "^3"
xdoctest = "^1.1.5" # A rewrite of the builtin doctest module
coverage = { version = "*", extras = ["toml"] }

Expand Down

0 comments on commit c37f692

Please sign in to comment.