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.
1 parent 2fd1d83 commit 38b6177Copy full SHA for 38b6177
pyproject.toml
@@ -16,6 +16,7 @@ addopts = [
16
filterwarnings = [
17
# turn warnings into errors (unless they are explicitly handled in tests or ignored here)
18
"error",
19
+ "ignore:Jupyter is migrating its paths to use standard platformdirs.*:DeprecationWarning:jupyter_client.connect.*:",
20
]
21
22
0 commit comments