Bug 2019400

Summary: python-simplevisor fails to build with Python 3.11: AttributeError: 'SupervisorTest' object has no attribute 'assertEquals'
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: python-simplevisorAssignee: lionel.cons
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: adev88, lionel.cons, massimo.paladin, mhroncok, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-09 13:27:28 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:42:53 UTC
python-simplevisor fails to build with Python 3.11.0a1.

Traceback (most recent call last):
  File "/builddir/build/BUILD/simplevisor-1.2/test/supervisor_test.py", line 157, in test_start_kill_supervise
    self.assertEquals(
    ^^^^^^^^^^^^^^^^^^
AttributeError: 'SupervisorTest' object has no attribute 'assertEquals'

======================================================================
ERROR: test_start_stop (test.service_test.ServiceTest)
Test service start - stop.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/simplevisor-1.2/test/service_test.py", line 116, in test_start_stop
    self.assertEquals(
    ^^^^^^^^^^^^^^^^^^
AttributeError: 'ServiceTest' object has no attribute 'assertEquals'

======================================================================
FAIL: test_start_supervise_stop (test.supervisor_test.SupervisorTest)
Test supervisor start supervise stop.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/simplevisor-1.2/test/supervisor_test.py", line 117, in test_start_supervise_stop
    self.assertTrue(
    ^^^^^^^^^^^^^^^^
AssertionError: False is not true : sup1 check should be successful, got: False
['sup1: WARNING, not expected', ['svc1: OK, running, as expected', 'sup2: WARNING, not expected', ['svc3: WARNING, not running, not expected'], 'svc2: OK, not running, as expected']]

----------------------------------------------------------------------
Ran 8 tests in 5.730s

FAILED (failures=1, errors=2)

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/02910643-python-simplevisor/

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

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 lionel.cons 2021-11-05 13:52:54 UTC
Should be fixed by new 1.3 version (see #2020222).

Comment 2 lionel.cons 2021-11-09 06:46:12 UTC
Build failed (https://copr.fedorainfracloud.org/coprs/g/python/python3.11/build/2937099/) but apparently for an unrelated reason:
DEBUG util.py:444:  ModuleNotFoundError: No module named 'gpgme'

Comment 3 lionel.cons 2021-11-09 13:27:28 UTC
Indeed fixed in 1.3, see https://copr.fedorainfracloud.org/coprs/g/python/python3.11/build/2940681/