Bug 2019402 - libreport fails to build with Python 3.11: AttributeError: 'TestReportClientVerbose' object has no attribute 'assertEquals'
Summary: libreport fails to build with Python 3.11: AttributeError: 'TestReportClient...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libreport
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F36FTBFS PYTHON3.11 F37FTBFS
TreeView+ depends on / blocked
 
Reported: 2021-11-02 13:45 UTC by Tomáš Hrnčiar
Modified: 2022-02-10 11:38 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-10 11:38:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2021-11-02 13:45:32 UTC
libreport fails to build with Python 3.11.0a1.

======================================================================
ERROR: test_assign (__main__.TestReportClientVerbose)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/libreport-2.15.2/tests/testsuite.dir/037/./verbosity", line 34, in test_assign
    self.assertEquals(self.reportclient.verbose, 1)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestReportClientVerbose' object has no attribute 'assertEquals'

======================================================================
ERROR: test_default (__main__.TestReportClientVerbose)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/libreport-2.15.2/tests/testsuite.dir/037/./verbosity", line 30, in test_default
    self.assertEquals(self.reportclient.verbose, 0)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestReportClientVerbose' object has no attribute 'assertEquals'

======================================================================
ERROR: test_load_from_environ (__main__.TestReportClientVerbose)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/libreport-2.15.2/tests/testsuite.dir/037/./verbosity", line 40, in test_load_from_environ
    self.assertEquals(self.reportclient.verbose, 2)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestReportClientVerbose' object has no attribute 'assertEquals'

======================================================================
ERROR: test_recover_from_invalid_environ (__main__.TestReportClientVerbose)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/libreport-2.15.2/tests/testsuite.dir/037/./verbosity", line 45, in test_recover_from_invalid_environ
    self.assertEquals(self.reportclient.verbose, 0)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestReportClientVerbose' object has no attribute 'assertEquals'

----------------------------------------------------------------------
Ran 4 tests in 0.005s

FAILED (errors=4)

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/02910208-libreport/

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

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.

Comment 1 Michal Fabik 2021-11-05 08:26:58 UTC
Fixed upstream in https://github.com/abrt/libreport/pull/737

Comment 2 Tomáš Hrnčiar 2022-01-12 12:29:41 UTC
Michal, are there any plans for a new release of libreport, or should we backport this patch to Fedora?

Comment 3 Matej Grabovsky 2022-01-13 11:55:11 UTC
We're probably going to make a new release in the next 2 months, but I'll backport
this as part of https://bodhi.fedoraproject.org/updates/FEDORA-2021-af0c3ffd9f

Comment 4 Ben Cotton 2022-02-08 21:12:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle.
Changing version to 36.

Comment 5 Matej Grabovsky 2022-02-10 11:38:11 UTC
Fixed in F36: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8c39cebe9d


Note You need to log in before you can comment on or make changes to this bug.