Skip to content

Commit

Permalink
- Ignoring "ResourceWarning"s in pytest config. These were raised in …
Browse files Browse the repository at this point in the history
…Python 3.11 for tests that tried to download a nonexistent file even when the URLError was caught correctly.
  • Loading branch information
hpparvi committed Dec 1, 2024
1 parent 0733319 commit 4a5a494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ filterwarnings = [
"ignore:Can\\'t import specreduce_data package",
# Python 3.12 warning from dateutil imported by matplotlib
"ignore:.*utcfromtimestamp:DeprecationWarning",
"ignore:.*unclosed <ssl.SSLSocket",
]

[tool.coverage]
Expand Down

0 comments on commit 4a5a494

Please sign in to comment.