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

gh-127949: fix DeprecationWarning in test_inspect.py #128215

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

graingert
Copy link
Contributor

@graingert graingert commented Dec 24, 2024

This works by avoiding asyncio, which is overkill just for running a noop coroutine

@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Dec 24, 2024
@graingert graingert changed the title fix DeprecationWarning in test_inspect.py gh-127949: fix DeprecationWarning in test_inspect.py Dec 24, 2024
@bedevere-app bedevere-app bot mentioned this pull request Dec 24, 2024
7 tasks
@graingert graingert force-pushed the fix-test-inspect-warnings branch from 491d488 to 1b13706 Compare December 24, 2024 08:50
@graingert graingert marked this pull request as ready for review December 24, 2024 08:58
Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

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

Thanks!

@kumaraditya303 kumaraditya303 merged commit 3f6a618 into python:main Dec 24, 2024
42 checks passed
@graingert graingert deleted the fix-test-inspect-warnings branch December 24, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants