Bug 2028066

Summary: python-collada fails to build with Python 3.11: AttributeError: 'TestMaterial' object has no attribute 'failUnless'
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: python-colladaAssignee: Richard Shaw <hobbes1069>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hobbes1069, john, mhroncok, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-06 13:26:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2016048    

Description Tomáš Hrnčiar 2021-12-01 12:31:15 UTC
python-collada fails to build with Python 3.11.0a2.

======================================================================
ERROR: test_cimage_data_loading (collada.tests.test_material.TestMaterial)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/pycollada-0.7.1/collada/tests/test_material.py", line 107, in test_cimage_data_loading
    self.failUnless(os.path.isfile(texture_file_path), "Could not find data/duckCM.tga file for testing")
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestMaterial' object has no attribute 'failUnless'

======================================================================
ERROR: test_lineset_construction (collada.tests.test_lineset.TestLineset)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/pycollada-0.7.1/collada/tests/test_lineset.py", line 20, in test_lineset_construction
    with self.assertRaisesRegexp(DaeIncompleteError, "at least one"):
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestLineset' object has no attribute 'assertRaisesRegexp'

======================================================================
ERROR: test_namespace (collada.tests.test_collada.TestCollada)
Test loading a file with a different namespace.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/pycollada-0.7.1/collada/tests/test_collada.py", line 374, in test_namespace
    self.assertEquals(len(mesh.scene.nodes), 1)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestCollada' object has no attribute 'assertEquals'

----------------------------------------------------------------------
Ran 54 tests in 0.122s

FAILED (errors=3)
Test failed: <unittest.runner.TextTestResult run=54 errors=3 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=54 errors=3 failures=0>

Removed many old deprecated unittest features:
    TestCase method aliases failUnlessEqual, failIfEqual, failUnless, failIf, failUnlessRaises, failUnlessAlmostEqual, failIfAlmostEqual (deprecated in Python 3.1), assertEquals, assertNotEquals, assert_, assertAlmostEquals, assertNotAlmostEquals, assertRegexpMatches, assertRaisesRegexp (deprecated in Python 3.2), and assertNotRegexpMatches (deprecated in Python 3.5).
    Undocumented and broken TestCase method assertDictContainsSubset (deprecated in Python 3.2).
    Undocumented <unittest.TestLoader.loadTestsFromModule> TestLoader.loadTestsFromModule() parameter use_load_tests (deprecated and ignored since Python 3.2).
    An alias of the TextTestResult class: _TextTestResult (deprecated in Python 3.2).

(Contributed by Serhiy Storchaka in bpo-45162.)

https://bugs.python.org/issue45162
https://docs.python.org/3.11/whatsnew/3.11.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/02990362-python-collada/

For all our attempts to build python-collada with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-collada/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.11:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/

Let us know here if you have any questions.

Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.