Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_deep_split, test_deep_subgroup: RecursionError not raised #116

Open
2 tasks done
mweinelt opened this issue Apr 15, 2024 · 0 comments
Open
2 tasks done

test_deep_split, test_deep_subgroup: RecursionError not raised #116

mweinelt opened this issue Apr 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mweinelt
Copy link

Things to check first

  • I have searched the existing issues and didn't find my bug already reported there

  • I have checked that my bug is still present in the latest release

Exceptiongroup version

1.2.0

Python version

3.12.3

What happened?

============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: tests
collected 99 items                                                             

tests/test_apport_monkeypatching.py s                                    [  1%]
tests/test_catch.py .................                                    [ 18%]
tests/test_catch_py311.py ..........                                     [ 28%]
tests/test_exceptions.py ..............................FF...........     [ 71%]
tests/test_formatting.py .......ss...ss..ss.s.s.s.s.                     [ 98%]
tests/test_suppress.py .                                                 [100%]

=================================== FAILURES ===================================
_______________ DeepRecursionInSplitAndSubgroup.test_deep_split ________________
tests/test_exceptions.py:375: in test_deep_split
    with self.assertRaises(RecursionError):
E   AssertionError: RecursionError not raised
______________ DeepRecursionInSplitAndSubgroup.test_deep_subgroup ______________
tests/test_exceptions.py:380: in test_deep_subgroup
    with self.assertRaises(RecursionError):
E   AssertionError: RecursionError not raised

How can we reproduce the bug?

Presumably upgrading to Python 3.12.3 or later should reproduce this test failure.

@mweinelt mweinelt added the bug Something isn't working label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant