Remove client installation, and use local module with symlink

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-09 10:26:17 +02:00
parent da284a120a
commit 29630f9cf3
11 changed files with 33 additions and 31 deletions

View File

@@ -2,7 +2,8 @@ import json
import pytest
from web3 import Web3
from ledger_app_clients.ethereum.client import EthAppClient, StatusWord
from client.client import EthAppClient, StatusWord
from ragger.backend import BackendInterface
from ragger.firmware import Firmware
from ragger.navigator import Navigator, NavInsID