8000 Merge pull request #169 from maxmind/fix-test-timeouts · akx/GeoIP2-python@e7fa8a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7fa8a8

Browse files
authored
Merge pull request maxmind#169 from maxmind/fix-test-timeouts
Pin mocket to 3.12.6 due to tests timeouts
2 parents 559f145 + 2dda4e3 commit e7fa8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

3838
[project.optional-dependencies]
3939
test = [
40-
"mocket>=3.12.3",
40+
"mocket>=3.12.3,<3.12.7",
4141
]
4242

4343
[tool.setuptools.package-data]

setup.cfg

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

2525
[testenv:{py38,py39,py310,py311,py312}-test]
2626
deps =
27-
mocket
27+
mocket==3.12.6
2828
pytest
2929

3030
# explicitly require indirect dependency to fix build failure.

0 commit comments

Comments
 (0)
0