Created attachment 900727 [details] dev-python:path-17.0.0:20240819-133450.log =dev-python/path-17.0.0 fails its test suite for me. The full error output is very long, but here's the shortlog: =========================================================================== short test summary info ============================================================================ ERROR path/__init__.py - AttributeError: 'builtin_function_or_method' object has no attribute '__code__'. Did you mean: '__call__'? !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! =============================================================================== 1 error in 1.13s ===============================================================================
Created attachment 900728 [details] emerge-info.txt
Could you try running with PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 and tell me if that helps?
I tried both "PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 ebuild /usr/portage/dev-python/path/path-17.0.0.ebuild clean install" and setting PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 in /etc/portage/env/dev-python/path-17.0.0, with no visible difference in results in either attempt.