Skip to content

Commit

Permalink
Skip test_tell_workers_when_peers_have_left on py10
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Oct 25, 2024
1 parent 928d770 commit e33ecd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4831,6 +4831,10 @@ async def test_submit_dependency_of_erred_task(c, s, a, b):
await y


@pytest.mark.skipif(
sys.version_info <= (3, 10),
reason="asyncio.wait_for is unreliable on 3.10 and below",
)
@gen_cluster(
client=True,
config={
Expand Down

0 comments on commit e33ecd1

Please sign in to comment.