Skip to content

Commit

Permalink
Remove n_workers from Distributed in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 5, 2023
1 parent 469fb7d commit e2fbc8e
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 e2fbc8e

Please sign in to comment.