-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Official support for Python 3.11
There are some issues currently with Python 3.11 compatibility. For one, the Dashboard is unable to differentiate between passes and failures because sys.exc_info()
is missing the exception info for failing tests. That is causing other issues, such as missing screenshots for failing tests.