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 7eb8c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python =

[testenv:{py38,py39,py310,py311,py312}-test]
deps =
mocket
mocket==3.12.6
pytest

# explicitly require indirect dependency to fix build failure.
Expand Down

0 comments on commit 7eb8c07

Please sign in to comment.