Source: smart-open Version: 7.0.5-1 Severity: serious User: [email protected] Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/s/smart-open/testing/amd64/ 342s =================================== FAILURES =================================== 342s ____________________ WriterTest.test_nonexisting_container _____________________ 342s 342s self = <[AttributeError("'Writer' object has no attribute '_blob'") raised in repr()] Writer object at 0x7fe3c5930bb0> 342s 342s def __repr__(self): 342s return "%s(container=%r, blob=%r, min_part_size=%r)" % ( 342s self.__class__.__name__, 342s self._container_name, 342s > self._blob.blob_name, 342s self._min_part_size 342s ) 342s E AttributeError: 'Writer' object has no attribute '_blob' 342s 342s /usr/lib/python3/dist-packages/smart_open/azure.py:538: AttributeError

