Skip to content

Commit

Permalink
FIX: remove PytestRemovedIn8Warning ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 12, 2024
1 parent 700b7ff commit 9b6caf1
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 @@ -268,7 +268,6 @@ filterwarnings = [
"ignore:.*the imp module is deprecated in favour of importlib.*:DeprecationWarning",
"ignore:Passing a schema to Validator.iter_errors is deprecated.*:DeprecationWarning",
"ignore:Please use `spmatrix` from the `scipy.sparse` namespace.*:DeprecationWarning",
"ignore:The .* argument to NotebookFile is deprecated.*:pytest.PytestRemovedIn8Warning",
"ignore:The distutils package is deprecated and slated for removal.*:DeprecationWarning",
"ignore:divide by zero encountered in divide:RuntimeWarning",
"ignore:divide by zero encountered in true_divide:RuntimeWarning",
Expand Down

0 comments on commit 9b6caf1

Please sign in to comment.