libmodulemd fails to build with Python 3.11.0a3. ====================================================================== ERROR: test_constructors (__main__.TestModuleStream) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/modulemd-2.13.0/redhat-linux-build/../modulemd/tests/ModulemdTests/modulestream.py", line 101, in test_constructors with self.assertRaisesRegexp( ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestModuleStream' object has no attribute 'assertRaisesRegexp' ====================================================================== ERROR: test_static_context (__main__.TestModuleStream) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/modulemd-2.13.0/redhat-linux-build/../modulemd/tests/ModulemdTests/modulestream.py", line 1489, in test_static_context self.assertEquals(1, len(streams)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestModuleStream' object has no attribute 'assertEquals' ====================================================================== ERROR: test_upgrade_v1_to_v2 (__main__.TestModuleStream) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/modulemd-2.13.0/redhat-linux-build/../modulemd/tests/ModulemdTests/modulestream.py", line 669, in test_upgrade_v1_to_v2 self.assertEquals( ^^^^^^^^^^^^^^^^^^ AttributeError: 'TestModuleStream' object has no attribute 'assertEquals' ====================================================================== ERROR: test_v2_dependencies (__main__.TestModuleStream) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/modulemd-2.13.0/redhat-linux-build/../modulemd/tests/ModulemdTests/modulestream.py", line 590, in test_v2_dependencies self.assertEquals(len(retrieved_deps), 1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestModuleStream' object has no attribute 'assertEquals' ====================================================================== ERROR: test_validate_buildafter (__main__.TestModuleStream) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/modulemd-2.13.0/redhat-linux-build/../modulemd/tests/ModulemdTests/modulestream.py", line 1278, in test_validate_buildafter with self.assertRaisesRegexp( ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TestModuleStream' object has no attribute 'assertRaisesRegexp' ---------------------------------------------------------------------- Ran 34 tests in 0.217s 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/03053464-libmodulemd/ For all our attempts to build libmodulemd with Python 3.11, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/libmodulemd/ 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.
Thanks for the heads up. I didn't notice the deprecation warning because the glory build system discards error output. I will fix it in the upstream and release a new version after Christmas.
Fixed in upstream (2e0537f9e88e0cccace5850fd56c117e17c5d23d).
FEDORA-2022-51d4bc1b0c has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-51d4bc1b0c
FEDORA-2022-455e033450 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-455e033450
FEDORA-2022-51d4bc1b0c has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-51d4bc1b0c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-51d4bc1b0c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-455e033450 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-455e033450` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-455e033450 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
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.
FEDORA-2022-51d4bc1b0c has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-455e033450 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.