[Bug 2045302] Re: testresources autopkgtest fails against Python 3.12

Dan Bungert 2045302 at bugs.launchpad.net
Tue Dec 5 19:47:34 UTC 2023


Uploaded, thanks!

** Changed in: testresources (Ubuntu)
     Assignee: (unassigned) => Dan Bungert (dbungert)

** Changed in: testresources (Ubuntu)
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2045302

Title:
  testresources autopkgtest fails against Python 3.12

Status in testresources:
  Fix Released
Status in testresources package in Ubuntu:
  Fix Committed
Status in testresources package in Debian:
  New

Bug description:
  Running autopkgtest against Python 3.12 fails with:

  418s <frozen runpy>:128: RuntimeWarning: 'testtools.run' found in sys.modules after import of package 'testtools', but prior to execution of 'testtools.run'; this may result in unpredictable behaviour
  418s Tests running...
  418s ======================================================================
  418s ERROR: testresources.tests.test_resourced_test_case.TestResourcedTestCase.testSingleWithSetup
  418s ----------------------------------------------------------------------
  418s Traceback (most recent call last):
  418s   File "/tmp/autopkgtest.WAKmYE/build.QE6/src/testresources/tests/test_resourced_test_case.py", line 161, in testSingleWithSetup
  418s     self.failIf(hasattr(self.resourced_case, "foo"))
  418s     ^^^^^^^^^^^
  418s AttributeError: 'TestResourcedTestCase' object has no attribute 'failIf'. Did you mean: 'fail'?
  418s ======================================================================
  418s ERROR: testresources.tests.test_resourced_test_case.TestResourcedTestCase.testTearDownResourcesDeletesResourceAttributes
  418s ----------------------------------------------------------------------
  418s Traceback (most recent call last):
  418s   File "/tmp/autopkgtest.WAKmYE/build.QE6/src/testresources/tests/test_resourced_test_case.py", line 132, in testTearDownResourcesDeletesResourceAttributes
  418s     self.failIf(hasattr(self.resourced_case, "foo"))
  418s     ^^^^^^^^^^^
  418s AttributeError: 'TestResourcedTestCase' object has no attribute 'failIf'. Did you mean: 'fail'?

  failIs was a deprecated alias for assertFalse. Let's use assertFalse
  instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/testresources/+bug/2045302/+subscriptions




More information about the Ubuntu-sponsors mailing list