PhilMarsh

Results 2 comments of PhilMarsh

This is a simple multi-threading bug caused by not locking around accesses of the global `freezegun.api.ignore_lists`. For example: - Thread 1 starts a frozen context, [appending](https://github.com/spulec/freezegun/blob/1af533984e118f5fe58d3264a52c904737df7d77/freezegun/api.py#L651) to the global `freezegun.api.ignore_lists`....

Here's a possible workaround for anyone else hitting this. I ran into this while trying to upgrade from Poetry 1.1 and I found `poetry install` only fails when the dependency...