Skip to content

Commit

Permalink
fix: try to add more dependencies to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Sep 16, 2024
1 parent b056bf6 commit 0a96456
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration-tests/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
from contextlib import contextmanager
import shutil
from solana.keypair import Keypair
from solders.system_program import ID as SYSTEM_PROGRAM_ID
from solana.rpc.async_api import AsyncClient
from solana.rpc import commitment
from solana.transaction import AccountMeta, Transaction, TransactionInstruction
from solana.transaction import AccountMeta, Transaction
from anchorpy import Provider, Wallet
from construct import Bytes, Int32sl, Int32ul, Struct
from solana.publickey import PublicKey
from message_buffer_client_codegen.instructions import initialize, set_allowed_programs, create_buffer
from message_buffer_client_codegen.accounts.message_buffer import MessageBuffer
Expand Down Expand Up @@ -439,7 +437,7 @@ def agent_config(self, agent_keystore_path, agent_publish_keypair, tmp_path):
return path

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

Expand Down

0 comments on commit 0a96456

Please sign in to comment.