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

Fix a DeprecationWarning from a test #1548

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

mdickinson
Copy link
Member

Following #1532, this PR fixes an instance of the DeprecationWarning from one of the tests. This warning doesn't usually show up in the test run, because it's triggered at import time rather than during the test run. However, it can be seen when running the tests under python -Wd -m unittest.

@mdickinson
Copy link
Member Author

CI failure was random and unrelated to the PR contents; I've restarted the run.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Verified that the deprecation warning doesnt show up on a test run in this branch - and I dont see any other Any-related warnings on this branch.

@mdickinson mdickinson merged commit 01e7491 into main Sep 21, 2021
@mdickinson mdickinson deleted the fix/deprecation-warning-in-test branch September 21, 2021 12:21
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

Successfully merging this pull request may close these issues.

2 participants