Skip to content

Commit 95628bc

Browse files
committed
fix: move test dependencies
1 parent ea48981 commit 95628bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ aiofiles = "^0.7"
3535
aiohttp = "^3.9"
3636
aiodns = "^3.0.0"
3737
aiolimiter = "^1.1.0"
38-
pytest-mock = "^3.11.1"
39-
pytest-asyncio = "^0.21.1"
4038
rich = "^13.6.0"
4139
click-help-colors = "^0.9.2"
4240
certifi = { version = "^2025.1.31", optional = true }
@@ -53,6 +51,8 @@ isort = "^5.9.3"
5351
flake8 = "^3.9.2"
5452
setuptools = "^67.4.0"
5553
pytest = "^7.4"
54+
pytest-mock = "^3.11.1"
55+
pytest-asyncio = "^0.21.1"
5656

5757
[tool.pytest.ini_options]
5858
minversion = "6.0"

0 commit comments

Comments
 (0)