You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exceptions raised during class definition are wrapped in a
RuntimeError prior to Python 3.12, so I use
`raises_or_is_called_by` to check the error.
It's not ideal that our error gets wrapped in a RuntimeError, but
there's relatively little we can do about it.
0 commit comments