move interop tests tools into tests folder

This commit is contained in:
pacrob
2025-01-25 15:16:54 -07:00
parent 460db3dce8
commit e0814c9860
13 changed files with 16 additions and 14 deletions

View File

@ -4,7 +4,7 @@ import trio
from libp2p.tools.factories import (
HostFactory,
)
from libp2p.tools.interop.utils import (
from tests.utils.interop.utils import (
connect,
)