Skip to content

Commit 6eb0d31

Browse files
committed
fix the ci final
1 parent 6dbc9c3 commit 6eb0d31

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ test = [
2323
"pytest-mock>=3.10",
2424
]
2525

26+
[dependency-groups]
27+
test = [
28+
"pytest>=7.0",
29+
"pytest-asyncio>=0.23",
30+
"pytest-mock>=3.10",
31+
]
32+
2633
[project.scripts]
2734
zerotoken-mcp = "mcp_server:run"
2835

@@ -48,10 +55,3 @@ target-version = "py310"
4855
python_version = "3.10"
4956
ignore_missing_imports = true
5057
strict_optional = true
51-
52-
[tool.uv]
53-
dependency-groups.test = [
54-
"pytest>=7.0",
55-
"pytest-asyncio>=0.23",
56-
"pytest-mock>=3.10",
57-
]

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)