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

Launchpad Bug Tracker 2045302 at bugs.launchpad.net
Thu Dec 7 22:06:55 UTC 2023


This bug was fixed in the package testresources - 2.0.1-4ubuntu1

---------------
testresources (2.0.1-4ubuntu1) noble; urgency=medium

  * Fix test-suite so it can run with Python 3.12. (LP: #2045302)

 -- Olivier Gayot <olivier.gayot at canonical.com>  Thu, 30 Nov 2023
18:59:39 +0100

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

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to testresources in Ubuntu.
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 Released
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 foundations-bugs mailing list