Set the exceptiongroup package version to prevent a bug with pytest.
Review Request #13425 — Created Nov. 20, 2023 and submitted — Latest diff uploaded
exceptiongroup
< 1.1.1 has a bug withpytest
>= 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 myexceptiongroup
version to 1.1.1. - Ran
./setup.py develop
and ran unit tests