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
We are getting a lot of warnings in our test suite related to:
/Users/...../.pyenv/versions/3.12.3/lib/python3.12/copy.py:151: DeprecationWarning: Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.
We should silence these and see if there are any other warnings coming through that need silencing.