Skip to content

Commit

Permalink
Work in progress on acceptance test TestIsoScope.test_distributed_set…
Browse files Browse the repository at this point in the history
…up_teardown_coordination.
  • Loading branch information
Vitaly Kruglikov committed Oct 25, 2024
1 parent 1f75c56 commit 2f2a171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ class TestScopeA:
@pytest.fixture(scope='class', autouse=True)
def distributed_setup_and_teardown(
cls,
iso_scheduling: IsoSchedulingFixture
iso_scheduling: IsoSchedulingFixture,
request: pytest.FixtureRequest):
with iso_scheduling.coordinate_setup_teardown(
setup_request=request) as coordinator:
Expand Down

0 comments on commit 2f2a171

Please sign in to comment.