Skip to content

Commit 049e90c

Browse files
committed
Move pytest-asyncio to tests
1 parent fb13eff commit 049e90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"psycopg>=3.1",
23-
"pytest-asyncio>=1.1.0",
2423
]
2524

2625
[dependency-groups]
2726
test = [
2827
"pytest>=8.3.4",
28+
"pytest-asyncio>=1.1.0",
2929
]
3030
docs = [
3131
"mkdocs>=1.6.1",

0 commit comments

Comments
 (0)