forked from TrueCloudLab/frostfs-testlib
Change mamba version with update imports
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
54ac125f40
commit
cea3ab5126
7 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,6 @@ from unittest import SkipTest, TestCase
|
|||
|
||||
from neofs_testlib.shell.interfaces import CommandOptions, InteractiveInput
|
||||
from neofs_testlib.shell.ssh_shell import SSHShell
|
||||
|
||||
from tests.helpers import format_error_details, get_output_lines
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import os
|
|||
from unittest import TestCase
|
||||
from uuid import uuid4
|
||||
|
||||
from neo3.wallet import Wallet
|
||||
from neo3.wallet.wallet import Wallet
|
||||
|
||||
from neofs_testlib.utils.wallet import init_wallet, get_last_address_from_wallet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue