Skip to content

Commit

Permalink
Ignore more deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 6, 2021
1 parent 9315528 commit ca62951
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 @@ -17,6 +17,8 @@ filterwarnings =
ignore:::pyarrow[.*]
ignore:.*matrix subclass.*:PendingDeprecationWarning
ignore:.*np.asscalar.*:DeprecationWarning
ignore:.*deprecated create function*:DeprecationWarning
ignore:.*importing the ABCs*:DeprecationWarning
markers =
eval: mark the test as running the evaluator over custom data
slow: mark the test as taking a larger-than-usual amount of time
Expand Down

0 comments on commit ca62951

Please sign in to comment.