From 15ed1d1fd6e2f26193d5e27b46bc337bf876ffe8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 17 Jan 2024 16:26:58 +0800 Subject: chore(deps): add pytest in group test --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c9e9641..fc41f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,8 @@ ipm = "ipm.__main__:main" [tool.pdm] package-type = "library" + +[tool.pdm.dev-dependencies] +test = [ + "pytest>=7.4.4", +] -- cgit v1.2.3-70-g09d2