Skip to content

Commit

Permalink
Remove the unnecessary warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 16, 2023
1 parent c69e1c9 commit 8c44ad9
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 @@ -187,7 +187,6 @@ filterwarnings = [
"ignore:numpy\\.ufunc size changed:RuntimeWarning",
"ignore:numpy\\.ndarray size changed:RuntimeWarning",
"ignore:Unknown pytest\\.mark\\.mpl_image_compare:pytest.PytestUnknownMarkWarning",
"ignore:Unknown config option:pytest.PytestConfigWarning",
"ignore:matplotlibrc text\\.usetex:UserWarning:matplotlib",
# Triggered by ProgressBar > ipykernel.iostream (revisit when we bump oldest deps versions)
"ignore:the imp module is deprecated:DeprecationWarning",
Expand Down

0 comments on commit 8c44ad9

Please sign in to comment.