Bug 2034200 - python-argcomplete fails to build with Python 3.11: AttributeError: 'TestCheckModule' object has no attribute 'assertRaisesRegexp'
Summary: python-argcomplete fails to build with Python 3.11: AttributeError: 'TestChe...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-argcomplete
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomáš Hrnčiar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2021-12-20 11:43 UTC by Tomáš Hrnčiar
Modified: 2022-01-17 13:10 UTC (History)
9 users (show)

Fixed In Version: python-argcomplete-2.0.0-1.fc36
Clone Of:
Environment:
Last Closed: 2022-01-17 13:10:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2021-12-20 11:43:37 UTC
python-argcomplete fails to build with Python 3.11.0a3.

======================================================================
ERROR: test_not_package (test.test.TestCheckModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/argcomplete-1.12.3/test/test.py", line 1050, in test_not_package
    with self.assertRaisesRegexp(Exception, 'module is not a package'):
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'TestCheckModule' object has no attribute 'assertRaisesRegexp'

----------------------------------------------------------------------
Ran 147 tests in 96.275s

FAILED (errors=1, skipped=2, expected failures=13)

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/03052579-python-argcomplete/

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

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 2 Fedora Update System 2022-01-17 13:09:01 UTC
FEDORA-2022-793d0ead51 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-793d0ead51

Comment 3 Fedora Update System 2022-01-17 13:10:12 UTC
FEDORA-2022-793d0ead51 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.


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