mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
Fixes autoload conflicts *yet again*. ``` ValueError: Plugin already registered under a different name: twisted=<module 'pytest_twisted' from '/usr/lib/python3.13/site-packages/pytest_twisted/__init__.py'> ``` ... since commit 8b9ce599af12542699d6dd47b079f9b47ff386c6 (probably) the entrypoint exists again, and was always named something different from the import name. Bug: https://bugs.gentoo.org/866677 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>