-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
Remove more Python 3.10 compatibility code #8824
Conversation
distributed/tests/test_client.py
Outdated
@@ -6891,8 +6891,8 @@ async def f(stacklevel, mode=None): | |||
|
|||
|
|||
@pytest.mark.skipif( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This, and test_client_connectionpool_semaphore_loop
, are always being skipped now. @fjetter are these tests actually useful? I'd prefer to drop if not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, they can go away
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 25 files ± 0 25 suites ±0 10h 18m 19s ⏱️ - 1m 23s For more details on these failures, see this check. Results for commit 7ca7588. ± Comparison against base commit e9d8233. This pull request removes 2 tests.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will plan on merging this if CI is happy and there are no further comments
Small follow-up to #8793