Skip to content

Commit 7eb8c07

Browse files
committed
Do not use latest mocket release
It causes our builds to fail.
1 parent 1a86784 commit 7eb8c07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"mocket>=3.12.3",
38+
"mocket>=3.12.3,<3.12.7",
3939
]
4040

4141
[tool.setuptools.package-data]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python =
1515

1616
[testenv:{py38,py39,py310,py311,py312}-test]
1717
deps =
18-
mocket
18+
mocket==3.12.6
1919
pytest
2020

2121
# explicitly require indirect dependency to fix build failure.

0 commit comments

Comments
 (0)