The following change will skip the tests that will not pass in Ubuntu's autopkgtest infrastructure:
diff -Nru python-azure-20211104+git/debian/tests/python3-tests python-azure-20211104+git/debian/tests/python3-tests --- python-azure-20211104+git/debian/tests/python3-tests 2021-11-04 17:38:39.000000000 -0700 +++ python-azure-20211104+git/debian/tests/python3-tests 2021-12-01 15:00:46.000000000 -0800 @@ -165,6 +165,16 @@ --deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_dir_with_version_id \ --deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_file_system \ --deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_file_with_version_id \ + --deselect=tests/test_content.py::TestContentFromStream::test_content_bad_endpoint \ + --deselect=tests/test_content_async.py::TestContentFromStreamAsync::test_content_bad_endpoint \ + --deselect=tests/test_identity_documents.py::TestIdDocument::test_identity_document_bad_endpoint \ + --deselect=tests/test_identity_documents_async.py::TestIdDocumentsAsync::test_identity_document_bad_endpoint \ + --deselect=tests/test_invoice.py::TestInvoice::test_invoice_bad_endpoint \ + --deselect=tests/test_invoice_async.py::TestInvoiceAsync::test_invoice_bad_endpoint \ + --deselect=tests/test_receipt.py::TestReceiptFromStream::test_receipt_bad_endpoint \ + --deselect=tests/test_receipt_async.py::TestReceiptFromStreamAsync::test_receipt_bad_endpoint \ + --deselect=tests/test_receipt_from_url.py::TestReceiptFromUrl::test_receipt_url_bad_endpoint \ + --deselect=tests/test_receipt_from_url_async.py::TestReceiptFromUrlAsync::test_receipt_url_bad_endpoint \ --ignore=tests/test_certificates_client.py \ --ignore=tests/test_certificates_client_async.py \ --ignore=tests/test_examples_certificates.py \ ** Changed in: python-azure (Ubuntu) Importance: Undecided => Medium ** Changed in: python-azure (Ubuntu) Status: New => Triaged ** Summary changed: - autopkgtest fail in Eoan + autopkgtest fail -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1846506 Title: autopkgtest fail Status in python-azure package in Ubuntu: Triaged Status in python-cryptography package in Ubuntu: Invalid Status in python3-defaults package in Ubuntu: Invalid Bug description: The python-azure autopkgtest is failing on Eoan, currently blocking the migration of: - python-cryptography - python-defaults I had a look at the test log but it's not clear to me where the problem is. The autopkgtest history suggests that the failure is not actually caused by the two packages held in the migration queue. The python-azure autopkgtest is python3-only. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp