pyicu fails to build with Python 3.11.0a1. ====================================================================== ERROR: testBasic (test.test_TimeZone.TestTimeZone) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/PyICU-2.7.3/test/test_TimeZone.py", line 36, in testBasic self.assertEquals(str(tz), "America/Los_Angeles") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestTimeZone' object has no attribute 'assertEquals' ====================================================================== ERROR: testTransition (test.test_TimeZone.TestTimeZone) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/PyICU-2.7.3/test/test_TimeZone.py", line 77, in testTransition self.assertEquals(datetime.datetime.fromtimestamp(tzr_time, pytz), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestTimeZone' object has no attribute 'assertEquals' ====================================================================== ERROR: testVTimeZone (test.test_TimeZone.TestTimeZone) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/PyICU-2.7.3/test/test_TimeZone.py", line 54, in testVTimeZone self.assertEquals(vtz.write(), data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestTimeZone' object has no attribute 'assertEquals' ---------------------------------------------------------------------- Ran 70 tests in 0.282s 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). 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/02910470-pyicu/ For all our attempts to build pyicu with Python 3.11, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/pyicu/ 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.
Fixed upstream in https://gitlab.pyicu.org/main/pyicu/-/commit/a35ab31a8ad55048fc78592c5f828cb91ebd4c17, released in 2.7.4.
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36.
Removal of unittest aliases was reverted in Python 3.11 and will be part of Python 3.12, so the above failure is not present anymore, thus I am closing this bugzilla. However, this will be needed next year though so I encourage you to communicate with the upstream about it.