Skip to content

Commit

Permalink
Trivial fix to test_nanny_worker_port_range (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Apr 5, 2022
1 parent f4c52e9 commit 971a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/cli/tests/test_dask_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def test_nanny_worker_ports(c, s):

@pytest.mark.slow
@pytest.mark.flaky(
LINUX and sys.version_info == (3, 9),
LINUX and sys.version_info[:2] == (3, 9),
reason="Race condition in Nanny.process.start? "
"See https://github.com/dask/distributed/issues/6045",
)
Expand Down

0 comments on commit 971a96d

Please sign in to comment.