Still trying to get a test case. However, for now, I'll post the interesting parts:
- In 
errors.py, I have code like this: 
import colorama  # type: ignore
 
For some reason, the cache for this file at some point didn't add colorama to the suppressed section, so the import started being an error.