Anders Hovmöller
Anders Hovmöller
I think we might need to think of more advanced/complex rules for looking at the stack. Not just saying "It's threading!" but looking at why it's in that module.
@cpt-jenning It's not very strange that the github page is ahead of the released code. Development has one pace, and releases have another. There are a lot of features and...
The status is there is no PR to fix it.
I believe the tests are wrong by not working in UTC and https://github.com/spulec/freezegun/issues/89 not being fixed. This issue and https://github.com/spulec/freezegun/issues/89 seems to me to be the same thing. I just...
@spumer we do? I can't find a PR?
This would mean dropping support for python 3.5. Not sure about that...
We should definitely do this, but shouldn't the change just be to add to the default ignore list at https://github.com/spulec/freezegun/blob/master/freezegun/api.py#L718 ?
In principle yes. Mocking pandas seems like it would be another thing or should be opt in, due to performance implications.
Could you supply a minimal test case? I'm not very versed in asyncio stuff so I'm not sure I can reproduce just given your description.
At work we handle situations like that by not evaluating values like this at import time if at all possible. If it's not possible you can do another trick which...