Skip to content

Commit fa5b840

Browse files
committed
Need Trio for testing
1 parent 740a255 commit fa5b840

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Source = "https://github.com/python-trio/asyncclick/"
2424
[dependency-groups]
2525
dev = [
2626
"anyio",
27+
"trio",
2728
"ruff",
2829
"tox",
2930
"tox-uv",
@@ -39,6 +40,7 @@ anyio = [
3940
"anyio",
4041
]
4142
trio = [
43+
"anyio",
4244
"trio",
4345
]
4446
docs-auto = [
@@ -54,6 +56,7 @@ pre-commit = [
5456
tests = [
5557
"pytest",
5658
"anyio",
59+
"trio",
5760
]
5861
typing = [
5962
"mypy",

uv.lock

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)