forwarded 1143373 https://github.com/HuttleyLab/scitrack/issues/73 thanks
On Sun, Aug 02, 2026 at 06:02:17PM +0200, Étienne Mollier wrote: > Thanks for the report, but I'm afraid that after two dozens of > retries in various environments, notably trying to mimick the > one and two CPU layouts, I have not managed to reproduce the > test error a single time. :( > > If someone else is able to reproduce the problem is also capable > to trace and tackle it, that would be helpful. This looks like some kind of caching problem. The test writes delme.py into a directory in the python import path, and expects "import delme" to work immediately afterwards, which given the failures, may or may not be the case. I don't know how to fix this the right way but I've decided to forward this upstream in the meantime. Thanks.

