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

Remove more Python 3.10 compatibility code #8824

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

jrbourbeau
Copy link
Member

Small follow-up to #8793

@@ -6891,8 +6891,8 @@ async def f(stacklevel, mode=None):


@pytest.mark.skipif(
Copy link
Member Author

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

Copy link
Member

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

Copy link
Contributor

github-actions bot commented Aug 8, 2024

Unit Test Results

See 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
 4 110 tests  -  2   3 991 ✅  - 4    111 💤  -  2  8 ❌ +4 
47 487 runs   - 24  45 373 ✅  - 3  2 106 💤  - 25  8 ❌ +4 

For more details on these failures, see this check.

Results for commit 7ca7588. ± Comparison against base commit e9d8233.

This pull request removes 2 tests.
distributed.tests.test_client ‑ test_client_connectionpool_semaphore_loop
distributed.tests.test_client ‑ test_client_gather_semaphore_loop

♻️ This comment has been updated with latest results.

@jrbourbeau jrbourbeau self-assigned this Aug 20, 2024
Copy link
Member Author

@jrbourbeau jrbourbeau left a 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

@jrbourbeau jrbourbeau added the skip-caching Apply to PRs to disable CI environment caching label Aug 20, 2024
@jrbourbeau jrbourbeau merged commit f5c30e8 into dask:main Aug 20, 2024
22 of 30 checks passed
@jrbourbeau jrbourbeau deleted the more-python310-compat branch August 20, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-caching Apply to PRs to disable CI environment caching
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants