Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address warnings present in test suite #3511

Open
fselmo opened this issue Oct 14, 2024 · 1 comment
Open

Address warnings present in test suite #3511

fselmo opened this issue Oct 14, 2024 · 1 comment

Comments

@fselmo
Copy link
Collaborator

fselmo commented Oct 14, 2024

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.

@fselmo
Copy link
Collaborator Author

fselmo commented Oct 15, 2024

#3513 addresses the main case of this. The PersistentConnectionProvider request information cache also copies the counter. This may be more difficult to tackle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant