Skip to content

Commit

Permalink
Merge pull request #322 from jupyter/blink1073-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 10, 2022
2 parents 19ff4e9 + a73f576 commit 6ac4e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ testpaths = [
]
filterwarnings = [
"error",
"ignore:Using or importing the ABCs from 'collections':DeprecationWarning:jsonschema"
"ignore:Using or importing the ABCs from 'collections':DeprecationWarning:jsonschema",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
]

[tool.mypy]
Expand Down

0 comments on commit 6ac4e8a

Please sign in to comment.