Skip to content

Commit e456b09

Browse files
authored
chore/pin pytest asyncio (#3606)
* bump mininum version of typing_extensions * pin pytest-asyncio * < not <=
1 parent 94d543c commit e456b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test = [
7575
"coverage>=7.10",
7676
# Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693
7777
"pytest<8.4",
78-
"pytest-asyncio",
78+
"pytest-asyncio<1.2.0",
7979
"pytest-cov",
8080
"pytest-accept",
8181
"rich",

0 commit comments

Comments
 (0)