Skip to content

Commit

Permalink
Add celery to freeze_time exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jan 16, 2025
1 parent eb0826a commit 3352d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
# Make sure if we are using pyinstrument to profile tests, that
# freezegun doesn't interfere with it.
# See: https://github.com/spulec/freezegun#ignore-packages
fg_configure(extend_ignore_list=["pyinstrument"])
fg_configure(extend_ignore_list=["pyinstrument", "celery"])

0 comments on commit 3352d3e

Please sign in to comment.