Skip to content

Commit

Permalink
Remove n_workers=2 from Distributed in client fixture (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 7, 2023
1 parent f1165d8 commit 66c6e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def assert_eq(a, b, *args, **kwargs):

@pytest.fixture(scope="module")
def client():
distributed = Distributed(n_workers=2)
distributed = Distributed()
cluster = distributed.cluster
client = distributed.client
yield client
Expand Down

0 comments on commit 66c6e3a

Please sign in to comment.