Skip to content

Commit cf57ab6

Browse files
committed
GH-5: Ignore TrioDeprecationWarning
1 parent bd22f08 commit cf57ab6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]
66
testpaths = ["tests"]
7-
filterwarnings = ["ignore::DeprecationWarning"]
7+
filterwarnings = [
8+
"ignore::DeprecationWarning",
9+
"ignore::trio.TrioDeprecationWarning",
10+
]

0 commit comments

Comments
 (0)