Skip to content

Commit

Permalink
Update devnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Dec 20, 2024
1 parent 04f876c commit e068b06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/ci/devnet.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import asyncio
import os

import pytest
from anchorpy import Wallet
from pytest import mark
from solana.rpc.async_api import AsyncClient

from driftpy.account_subscription_config import AccountSubscriptionConfig
from driftpy.constants.perp_markets import devnet_perp_market_configs
from driftpy.constants.spot_markets import devnet_spot_market_configs
from driftpy.drift_client import DriftClient
import pytest
from pytest import mark
from solana.rpc.async_api import AsyncClient


@pytest.fixture(scope="session")
Expand Down

0 comments on commit e068b06

Please sign in to comment.