Skip to content

Commit

Permalink
Ignore external warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper-Guo committed Oct 19, 2023
1 parent 401dd92 commit c6b56a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ filterwarnings =
# external, verified as not relevant
# (10/2022)
ignore:.*df.iloc.*will attempt to set the values inplace.*:FutureWarning
# external, datetime module deprecation
# (11/2023)
ignore:.*datetime.datetime.utcnow() is deprecated.*:DeprecationWarning
# external, attribute removal planned for Python 3.14
# (11/2023)
ignore:.*Attribute s is deprecated and will be removed in Python 3.14.*:DeprecationWarning

0 comments on commit c6b56a2

Please sign in to comment.