Skip to content

Commit

Permalink
let's try to reduce the scope of the warn-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 6, 2023
1 parent 517f20e commit a2631e3
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 @@ -42,7 +42,7 @@ markers = [
"serial: marks tests that cannot be run in parallel (deselect with '-m \"not serial\"')",
]
filterwarnings = [
"error",
"error:::erddapy.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]
Expand Down

0 comments on commit a2631e3

Please sign in to comment.