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

configure asyncio loop using loop_factory kwarg rather than using the set_event_loop_policy #7969

Merged
merged 3 commits into from
Jul 13, 2023

fix test_worker.py::test_io_loop_alternate_loop and test_scheduler.py…

05dfece
Select commit
Failed to load commit list.
Merged

configure asyncio loop using loop_factory kwarg rather than using the set_event_loop_policy #7969

fix test_worker.py::test_io_loop_alternate_loop and test_scheduler.py…
05dfece
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Jul 12, 2023 in 1s

92.53% of diff hit (target 100.00%)

View this Pull Request on Codecov

92.53% of diff hit (target 100.00%)

Annotations

Check warning on line 192 in distributed/compatibility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/compatibility.py#L192

Added line #L192 was not covered by tests

Check warning on line 220 in distributed/compatibility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/compatibility.py#L220

Added line #L220 was not covered by tests

Check warning on line 225 in distributed/compatibility.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/compatibility.py#L225

Added line #L225 was not covered by tests

Check warning on line 193 in distributed/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/config.py#L193

Added line #L193 was not covered by tests

Check warning on line 201 in distributed/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/config.py#L201

Added line #L201 was not covered by tests