reopen 902241 tags 902241 + patch thanks This bug was already diagnosed by you here:
https://bugs.launchpad.net/proliantutils/+bug/1779342 I suggest applying the patch below. I can take care of filing the bug against release.debian.org if it helps. (Remember that packages in stretch *must* build in stretch. Closing bugs like this one does not help at all to comply with such promise). Thanks. --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-proliantutils (2.1.11-2+deb9u1) stretch; urgency=medium + + * Disable test which fails when there is Internet connectivity. + Closes: #902241. + + -- Thomas Goirand <z...@debian.org> Tue, 25 Feb 2020 22:20:10 +0100 + python-proliantutils (2.1.11-2) unstable; urgency=medium * d/s/options: extend-diff-ignore of .gitreview --- a/proliantutils/tests/ilo/test_firmware_controller.py +++ b/proliantutils/tests/ilo/test_firmware_controller.py @@ -554,6 +554,7 @@ class FirmwareImageUploaderTestCase(unittest.TestCase): ('1.1.1.1', exception.IloConnectionError), ('any_kind_of_address', exception.IloConnectionError),) @ddt.unpack + @unittest.skip("Test fails when there is Internet connectivity") def test__get_socket_throws_exception_in_case_of_failed_connection( self, input_hostname, expected_exception_type): # | GIVEN |