From 6963d5e27d304ac2845068cc410d13faec083dcb Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:33:46 +0900 Subject: [PATCH] fix: move test dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f63e8b2..8c15f421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,6 @@ aiofiles = "^0.7" aiohttp = "^3.9" aiodns = "^3.0.0" aiolimiter = "^1.1.0" -pytest-mock = "^3.11.1" -pytest-asyncio = "^0.21.1" rich = "^13.6.0" click-help-colors = "^0.9.2" certifi = { version = "^2025.1.31", optional = true } @@ -53,6 +51,8 @@ isort = "^5.9.3" flake8 = "^3.9.2" setuptools = "^67.4.0" pytest = "^7.4" +pytest-mock = "^3.11.1" +pytest-asyncio = "^0.21.1" [tool.pytest.ini_options] minversion = "6.0"