Closed tjpalmer closed 8 months ago
On a different system, I'm not seeing the same circular import complaint, but I do still see tests being imported, which is still bad. Maybe slightly different build results can cause the circular import or not.
I might defer working this until getting to handling dir modules.
Working dir modules, and it seems like once we switch over, the other "import everything" logic will go unused, so this issue also likely will go away.
Example problem:
Trying to import from different test roots is causing trouble here, but really we shouldn't be importing from the tests at all in the main code.