@@ -371,9 +371,7 @@ async def test_connect_wait_tnt_started(self, tnt: TarantoolSyncInstance) -> Non
371371 finally :
372372 await conn .disconnect ()
373373
374- async def test_connect_waiting_for_spaces (
375- self , tnt : TarantoolSyncInstance , in_docker : bool
376- ) -> None :
374+ async def test_connect_waiting_for_spaces (self , in_docker : bool ) -> None :
377375 if in_docker :
378376 pytest .skip ("not running in docker" )
379377
@@ -416,7 +414,7 @@ async def state_checker() -> None:
416414
417415 @pytest .mark .min_bin_version ((1 , 7 ))
418416 async def test_connect_waiting_for_spaces_no_reconnect (
419- self , tnt : TarantoolSyncInstance , in_docker : bool
417+ self , in_docker : bool
420418 ) -> None :
421419 if in_docker :
422420 pytest .skip ("not running in docker" )
@@ -442,7 +440,7 @@ async def test_connect_waiting_for_spaces_no_reconnect(
442440
443441 @pytest .mark .max_bin_version ((1 , 7 ))
444442 async def test_connect_waiting_for_spaces_no_reconnect_1_6 (
445- self , tnt : TarantoolSyncInstance , in_docker : bool
443+ self , in_docker : bool
446444 ) -> None :
447445 if in_docker :
448446 pytest .skip ("not running in docker" )
@@ -465,9 +463,7 @@ async def test_connect_waiting_for_spaces_no_reconnect_1_6(
465463 await conn .disconnect ()
466464
467465 @pytest .mark .min_bin_version ((1 , 7 ))
468- async def test_connect_err_loading (
469- self , tnt : TarantoolSyncInstance , in_docker : bool
470- ) -> None :
466+ async def test_connect_err_loading (self , in_docker : bool ) -> None :
471467 if in_docker :
472468 pytest .skip ("not running in docker" )
473469
@@ -493,9 +489,7 @@ async def test_connect_err_loading(
493489 await conn .disconnect ()
494490
495491 @pytest .mark .max_bin_version ((1 , 7 ))
496- async def test_connect_err_loading_1_6 (
497- self , tnt : TarantoolSyncInstance , in_docker : bool
498- ) -> None :
492+ async def test_connect_err_loading_1_6 (self , in_docker : bool ) -> None :
499493 if in_docker :
500494 pytest .skip ("not running in docker" )
501495
0 commit comments