Bug 2019409

Summary: python-httmock fails to build with Python 3.11: AttributeError: 'RememberCalledTest' object has no attribute 'assertEquals'
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: python-httmockAssignee: Steve Traylen <steve.traylen>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hugovk+redhatbugzilla, mhroncok, steve.traylen, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-httmock-1.4.0-5.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-01-28 09:10:30 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: 1992484, 2016048    

Description Tomáš Hrnčiar 2021-11-02 13:57:48 UTC
python-httmock fails to build with Python 3.11.0a1.

======================================================================
ERROR: test_several_call_decorated (tests.RememberCalledTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/httmock-1.4.0/httmock.py", line 250, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/httmock-1.4.0/tests.py", line 360, in test_several_call_decorated
    self.assertEquals(facebook_mock_count.call['count'], 4)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'RememberCalledTest' object has no attribute 'assertEquals'

======================================================================
ERROR: test_several_calls (tests.RememberCalledTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/httmock-1.4.0/tests.py", line 344, in test_several_calls
    self.assertEquals(facebook_mock_count.call['count'], 1)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'RememberCalledTest' object has no attribute 'assertEquals'

----------------------------------------------------------------------
Ran 30 tests in 0.028s

FAILED (errors=2)
Test failed: <unittest.runner.TextTestResult run=30 errors=2 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=30 errors=2 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).

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/02911390-python-httmock/

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

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 Hugo van Kemenade 2022-01-10 13:26:19 UTC
Fixed upstream, May 2020: https://github.com/patrys/httmock/pull/61

Released in latest 1.4.0, Oct 202: https://pypi.org/project/httmock/

Tests pass on Python 3.11 using the tox.ini in https://github.com/patrys/httmock/pull/64

Comment 2 Steve Traylen 2022-01-28 09:07:48 UTC
Adapted to tox file with 1.4.0-5

Comment 3 Fedora Update System 2022-01-28 09:08:40 UTC
FEDORA-2022-81772407f0 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-81772407f0

Comment 4 Fedora Update System 2022-01-28 09:10:30 UTC
FEDORA-2022-81772407f0 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.