Sebadst
Sebadst
I've got a similar problem when upgrading from `1.0.0` to `1.1.0`. In my case though, I don't have a parametrized test. It simply hangs as soon as I do `await...
It looks related to [this issue](https://github.com/spulec/freezegun/issues/230). If I put `tick=True` it doesn't hang, even though, of course, the behavior is not the same. Otherwise, if you don't really need to...
having the issue as well in v1.13.0 . Can we please consider re-opening it?
sorry, stupid question surely, but how can I check that? 🙏 so far I was just trying to install the lib through a `poetry install`
so, when running `poetry install` I got the exact same error as before. However, if I now run `pip wheel --no-cache-dir --use-pep517 "pyjson5 (==1.6.5)"` (as suggested at the end of...