Skip to content

Commit 0a96456

Browse files
committed
fix: try to add more dependencies to the test
1 parent b056bf6 commit 0a96456

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

integration-tests/tests/test_integration.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
from contextlib import contextmanager
2121
import shutil
2222
from solana.keypair import Keypair
23-
from solders.system_program import ID as SYSTEM_PROGRAM_ID
2423
from solana.rpc.async_api import AsyncClient
2524
from solana.rpc import commitment
26-
from solana.transaction import AccountMeta, Transaction, TransactionInstruction
25+
from solana.transaction import AccountMeta, Transaction
2726
from anchorpy import Provider, Wallet
28-
from construct import Bytes, Int32sl, Int32ul, Struct
2927
from solana.publickey import PublicKey
3028
from message_buffer_client_codegen.instructions import initialize, set_allowed_programs, create_buffer
3129
from message_buffer_client_codegen.accounts.message_buffer import MessageBuffer
@@ -439,7 +437,7 @@ def agent_config(self, agent_keystore_path, agent_publish_keypair, tmp_path):
439437
return path
440438

441439
@pytest.fixture
442-
def agent(self, sync_accounts, tmp_path, initialize_message_buffer_program, agent_config):
440+
def agent(self, sync_accounts, agent_keystore_path, agent_publish_keypair, tmp_path, initialize_message_buffer_program, agent_config):
443441
LOGGER.debug("Building agent binary")
444442
self.run("cargo build --release --bin agent")
445443

0 commit comments

Comments
 (0)