Bug#1143373: [Debian-med-packaging] Bug#1143373: python-scitrack: FTBFS: E ModuleNotFoundError: No module named 'delme_nover'
Santiago Vila <[email protected]> Sun, 2 Aug 2026 19:18:27 +0200
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <am9746ouhAz0eMz_@nuc> |
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.