Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 4, 2023
1 parent 0e80830 commit 85e5104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ timeout_method = "thread"
filterwarnings= [
# Fail on warnings
"error",
# From jupyter_events
"module:jsonschema.RefResolver is deprecated as of:DeprecationWarning",
"module:datetime.datetime.utcfromtimestamp:DeprecationWarning:dateutil",
]

[tool.coverage.report]
Expand Down

0 comments on commit 85e5104

Please sign in to comment.