Czy to nie super, kiedy okazuje się, że padający test w #Twisted (który najpewniej jest objawem prawdziwego błędu w kodzie) występuje tylko, jeżeli dodatkowo zainstalujemy #Trio, #PyTest oraz Py? Znaczy się, o ile dobrze to rozumiem, to Twisted importuje Trio, a błąd wynika z automatycznego łańcucha opcjalnych zależności Trio → PyTest → Py.
https://github.com/twisted/twisted/issues/12458#issuecomment-2907855880

`builtins.RuntimeError: dictionary changed size during iteration` in `twisted.python.rebuild.rebuild()` with parallel testing · Issue #12458 · twisted/twisted
Describe the incorrect behavior you saw When running the Twisted's test suite with -j, I'm repeatedly seeing the following tests fail: [ERROR] Traceback (most recent call last): File "/tmp/portage/...