Skip to content

Commit

Permalink
Merge pull request #236 from hwkns/ignore-nose-plugins
Browse files Browse the repository at this point in the history
Ignore nose plugins to prevent test timing issues
  • Loading branch information
spulec authored Apr 19, 2018
2 parents 5d02625 + afc9ddc commit 43624d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freezegun/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ def freeze_time(time_to_freeze=None, tz_offset=0, ignore=None, tick=False, as_ar

if ignore is None:
ignore = []
ignore.append('nose.plugins')
ignore.append('six.moves')
ignore.append('django.utils.six.moves')
ignore.append('google.gax')
Expand Down

0 comments on commit 43624d3

Please sign in to comment.