Source: azure-cosmos-table-python
Version: 1.0.5+git20191025-6
Severity: serious
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

Hi Maintainer

azure-cosmos-table-python's autopkgtests fail with Python 3.12 [1].
I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/a/azure-cosmos-table-python/testing/amd64/


279s =================================== FAILURES
===================================
279s _______________ StorageTableTest.test_set_table_acl_too_many_ids
_______________
279s
279s self = <tests.table.test_table.StorageTableTest
testMethod=test_set_table_acl_too_many_ids>
279s
279s def recording_test(self):
279s with self.recording():
279s > test(self)
279s
279s tests/testcase.py:383:
279s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
279s
279s self = <tests.table.test_table.StorageTableTest
testMethod=test_set_table_acl_too_many_ids>
279s
279s @record
279s def test_set_table_acl_too_many_ids(self):
279s # Arrange
279s table_name = self._create_table()
279s
279s # Act
279s identifiers = dict()
279s for i in range(0, 6):
279s identifiers['id{}'.format(i)] = AccessPolicy()
279s
279s # Assert
279s > with self.assertRaisesRegexp(AzureException,
279s 'Too many access policies provided. The server does not support
setting more than 5 access policies on a single resource.'):
279s E AttributeError: 'StorageTableTest' object has no attribute
'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?
279s
279s tests/table/test_table.py:342: AttributeError

Reply via email to