Skip to content

Commit

Permalink
ignore internal nbmake warnings - pytest (notebook tests) (pybamm-tea…
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored and js1tr3 committed Aug 12, 2024
1 parent 590ce9a commit a85239d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@ testpaths = [
]
console_output_style = "progress"
xfail_strict = true
filterwarnings = ["error"]
filterwarnings = [
"error",
# ignore internal nbmake warnings
'ignore:unclosed \<socket.socket:ResourceWarning',
'ignore:unclosed event loop \<:ResourceWarning',
]

# Logging configuration
log_cli = "true"
Expand Down

0 comments on commit a85239d

Please sign in to comment.