Skip to content

Commit

Permalink
Fixing configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoccmartins committed Jan 14, 2025
1 parent 550bac8 commit 9f37121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Please refer to ragger/conftest/configuration.py for their descriptions and accepted values

configuration.OPTIONAL.SIDELOADED_APPS = {
"aptos": "Aptos",
"bitcoin": "Bitcoin",
"bitcoin_legacy": "Bitcoin Legacy",
"ethereum": "Ethereum",
Expand Down
6 changes: 0 additions & 6 deletions test/python/test_aptos.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import pytest
import os

from .apps.ton_application_client.ton_transaction import Transaction, SendMode, CommentPayload, Payload, JettonTransferPayload, NFTTransferPayload, CustomUnsafePayload, JettonBurnPayload, AddWhitelistPayload, SingleNominatorWithdrawPayload, ChangeValidatorPayload, TonstakersDepositPayload, JettonDAOVotePayload, ChangeDNSWalletPayload, ChangeDNSPayload, TokenBridgePaySwapPayload
from .apps.ton_application_client.ton_command_sender import BoilerplateCommandSender, Errors
from .apps.ton_application_client.ton_response_unpacker import unpack_sign_tx_response
from .apps.ton_utils import check_signature_validity

from .apps.exchange_test_runner import ExchangeTestRunner, ALL_TESTS_EXCEPT_MEMO_THORSWAP_AND_FEES
from .apps.aptos import SW_SWAP_FAILURE, APTOS_DERIVATION_PATH
from .apps import cal as cal
Expand Down

0 comments on commit 9f37121

Please sign in to comment.