• 
      

    Set the exceptiongroup package version to prevent a bug with pytest.

    Review Request #13425 — Created Nov. 20, 2023 and submitted — Latest diff uploaded

    Information

    Review Board
    release-6.x

    Reviewers

    exceptiongroup < 1.1.1 has a bug with pytest >= 7.2 where rendering
    certain error tracebacks would cause an internal error (see
    https://github.com/pytest-dev/pytest/issues/10797). This sets the
    exceptiongroup version to prevent us from encountering the bug.

    • Ran into this bug while running Power Pack tests, which was fixed
      after upgrading my exceptiongroup version to 1.1.1.
    • Ran ./setup.py develop and ran unit tests

    Commits

    Files