Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 30, 2023
1 parent 3c0b3b9 commit 8959f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ filterwarnings = [
"always:unclosed <socket.socket:ResourceWarning",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
"ignore:datetime.utcfromtimestamp() is deprecated and scheduled:DeprecationWarning",
"ignore:datetime.utcfromtimestamp:DeprecationWarning",
]

[tool.coverage.report]
Expand Down

0 comments on commit 8959f5b

Please sign in to comment.