Skip to content

Commit

Permalink
Do not use latest mocket release
Browse files Browse the repository at this point in the history
It causes our builds to fail.
  • Loading branch information
oschwald committed May 28, 2024
1 parent 1a86784 commit 87fc401
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 @@ classifiers = [

[project.optional-dependencies]
test = [
"mocket>=3.12.3",
"mocket>=3.12.3,<3.12.7",
]

[tool.setuptools.package-data]
Expand Down

0 comments on commit 87fc401

Please sign in to comment.