michaelm

Results 3 comments of michaelm

A simple workaround I've found is to run this before freezegun runs ``` from fastapi._compat import get_cached_model_fields get_cached_model_fields(YourModelClass) ```

From my testing, changing `.resolve()` to `.absolute()` resolved my issues. This is a problem for any repo using Bazel since the `bazel-bin` directory is symlinked.

No, but the `bazel-bin` path gets resolved before the code that checks it against `.gitignore`.