Skip to content

Commit

Permalink
MAINT: remove outdated pytest deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 21, 2024
1 parent 9732b6a commit f2e28b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ addopts = [
filterwarnings = [
"error",
"ignore:Passing a schema to Validator.iter_errors is deprecated.*:DeprecationWarning",
"ignore:The .* argument to NotebookFile is deprecated.*:pytest.PytestRemovedIn8Warning",
"ignore:open_text is deprecated.*:DeprecationWarning",
"ignore:read_text is deprecated.*:DeprecationWarning",
"ignore:unclosed .*:ResourceWarning",
Expand Down

0 comments on commit f2e28b2

Please sign in to comment.