Skip to content

Commit

Permalink
Suppress deprecation warning in freezegun. Workaround for spulec/free…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 29, 2023
1 parent 6040317 commit 4d21bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ filterwarnings=
ignore:'encoding' argument not specified::build.env

## end upstream

# spulec/freezegun#508
ignore:datetime.datetime.utcnow:DeprecationWarning:freezegun.api

0 comments on commit 4d21bd5

Please sign in to comment.