We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TrioDeprecationWarning
1 parent bd22f08 commit cf57ab6Copy full SHA for cf57ab6
pyproject.toml
@@ -4,4 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[tool.pytest.ini_options]
6
testpaths = ["tests"]
7
-filterwarnings = ["ignore::DeprecationWarning"]
+filterwarnings = [
8
+ "ignore::DeprecationWarning",
9
+ "ignore::trio.TrioDeprecationWarning",
10
+]
0 commit comments