iSRL commited on
Commit
4876b13
·
1 Parent(s): 6ebc9b2

build(pyproject): 移除重复的开发依赖配置

Browse files

移除在 pyproject.toml 文件中重复定义的开发依赖组,
这些依赖已经在其他位置进行了配置。

Files changed (1) hide show
  1. pyproject.toml +0 -7
pyproject.toml CHANGED
@@ -17,10 +17,3 @@ build-backend = "hatchling.build"
17
 
18
  [[tool.uv.index]]
19
  url = "https://mirrors.aliyun.com/pypi/simple"
20
-
21
- [dependency-groups]
22
- dev = [
23
- "pytest>=8.4.2",
24
- "pytest-cov>=7.0.0",
25
- "pytest-xdist>=3.8.0",
26
- ]
 
17
 
18
  [[tool.uv.index]]
19
  url = "https://mirrors.aliyun.com/pypi/simple"