Skip to content

Commit

Permalink
Merge pull request #144 from maxmind/greg/upgrade-mocket
Browse files Browse the repository at this point in the history
Upgrade mocket and remove unnecessary dep
  • Loading branch information
marselester authored May 31, 2024
2 parents 8f82776 + 9d48cef commit 1bc1280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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,<3.12.7",
"mocket>=3.12.8",
]

[tool.setuptools.package-data]
Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ python =

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

# explicitly require indirect dependency to fix build failure.
# This can be removed when aiohttp 3.9 is released.
charset-normalizer==2.1.1
commands = pytest tests

[testenv:py312-black]
Expand Down

0 comments on commit 1bc1280

Please sign in to comment.