Created attachment 897240 [details] dev-python:agate-1.11.0:20240706-232320.log On one machine, while trying to build it as part of the Python 3.12 transition, =dev-python/agate-1.11.0 fails its test suite. (On my other machine, the package seems to have built, passed its tests, and installed without error.) Specifically, the test tests/test_py3.py::TestSniffer::test_sniffer fails, with the following assertion error: AssertionError: mappingproxy({}) != mappingproxy({'__module__': 'csv', '_name': 'sniffed', [137 chars]lse}) : mappingproxy({}) != mappingproxy({'__module__': 'csv', '_name': 'sniffed', 'lineterminator': '\r\n', 'quoting': 0, '__doc__': None, 'doublequote': False, 'delimiter': ',', 'quotechar': '"', 'skipinitialspace': False})
Created attachment 897241 [details] emerge-info.txt
I got the same error when I tried to run the tests just now.