Bug 2025517 - python-pathspec fails to build with Python 3.11: AttributeError: 'GitWildMatchTest' object has no attribute 'assertRaisesRegexp'
Summary: python-pathspec fails to build with Python 3.11: AttributeError: 'GitWildMatc...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pathspec
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2021-11-22 12:16 UTC by Tomáš Hrnčiar
Modified: 2021-11-22 12:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-22 12:45:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github cpburnz python-path-specification pull 51 0 None open Refactor deprecated unittest aliases for Python 3.11 compatibility. 2021-11-22 12:23:35 UTC

Description Tomáš Hrnčiar 2021-11-22 12:16:20 UTC
python-pathspec fails to build with Python 3.11.0a2.


======================================================================
ERROR: test_09_single_escape_fail (pathspec.tests.test_gitwildmatch.GitWildMatchTest)
Test an escape on a line by itself.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/pathspec-0.9.0/pathspec/tests/test_gitwildmatch.py", line 536, in test_09_single_escape_fail
    self._check_invalid_pattern("\\")
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/pathspec-0.9.0/pathspec/tests/test_gitwildmatch.py", line 546, in _check_invalid_pattern
    with self.assertRaisesRegexp(GitWildMatchPatternError, expected_message_pattern):
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'GitWildMatchTest' object has no attribute 'assertRaisesRegexp'

======================================================================
ERROR: test_09_single_exclamation_mark_fail (pathspec.tests.test_gitwildmatch.GitWildMatchTest)
Test an escape on a line by itself.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/pathspec-0.9.0/pathspec/tests/test_gitwildmatch.py", line 542, in test_09_single_exclamation_mark_fail
    self._check_invalid_pattern("!")
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/pathspec-0.9.0/pathspec/tests/test_gitwildmatch.py", line 546, in _check_invalid_pattern
    with self.assertRaisesRegexp(GitWildMatchPatternError, expected_message_pattern):
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'GitWildMatchTest' object has no attribute 'assertRaisesRegexp'

----------------------------------------------------------------------
Ran 54 tests in 0.011s

FAILED (errors=2, skipped=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).
    Undocumented and broken TestCase method assertDictContainsSubset (deprecated in Python 3.2).
    Undocumented <unittest.TestLoader.loadTestsFromModule> TestLoader.loadTestsFromModule() parameter use_load_tests (deprecated and ignored since Python 3.2).
    An alias of the TextTestResult class: _TextTestResult (deprecated in Python 3.2).

(Contributed by Serhiy Storchaka in bpo-45162.)
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/02979055-python-pathspec/

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

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.


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