File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1216,8 +1216,7 @@ def shared_scope_setup_status_path(
1216
1216
1217
1217
class TestIsoScope :
1218
1218
def test_distributed_setup_teardown_coordination (
1219
- self , pytester : pytest .Pytester ,
1220
- shared_scope_setup_status_path : pathlib .Path
1219
+ self , pytester : pytest .Pytester , shared_scope_setup_status_path : pathlib .Path
1221
1220
) -> None :
1222
1221
"""
1223
1222
The isoscope scheduler provides a distributed coordination mechanism
@@ -1244,7 +1243,7 @@ def test_distributed_setup_teardown_coordination(
1244
1243
)
1245
1244
1246
1245
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
1247
- { str ( shared_scope_setup_status_path ) } )
1246
+ { shared_scope_setup_status_path !s } )
1248
1247
1249
1248
class TestScopeA:
1250
1249
@classmethod
You can’t perform that action at this time.
0 commit comments