Skip to content

Commit

Permalink
Upgrade mocket and remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 31, 2024
1 parent e7fa8a8 commit fe33dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [

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

[tool.setuptools.package-data]
Expand Down
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ 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 fe33dac

Please sign in to comment.