Skip to content

Commit 8e5f0c9

Browse files
committed
Need Trio for testing
1 parent 2e51dc0 commit 8e5f0c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Source = "https://github.com/python-trio/asyncclick/"
2323

2424
[dependency-groups]
2525
dev = [
26+
"anyio",
27+
"trio",
2628
"ruff",
2729
"tox",
2830
"tox-uv",
@@ -45,8 +47,9 @@ pre-commit = [
4547
"pre-commit-uv",
4648
]
4749
tests = [
48-
"anyio",
4950
"pytest",
51+
"anyio",
52+
"trio",
5053
]
5154
typing = [
5255
"anyio",

uv.lock

Lines changed: 6 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)