Skip to content

Commit

Permalink
TEMP: ignore *all* deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed May 31, 2023
1 parent 8091865 commit e1ca8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ filterwarnings =
default:`np\.bool` is a deprecated alias for the builtin `bool`:DeprecationWarning
default:`np\.complex` is a deprecated alias for the builtin `complex`:DeprecationWarning
default:`np\.object` is a deprecated alias for the builtin `object`:DeprecationWarning
# temporary for Python 3.12 only
ignore::DeprecationWarning

0 comments on commit e1ca8a1

Please sign in to comment.