File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1616import os
1717
1818# Third Party
19- from fms_acceleration .utils import instantiate_framework , read_configuration
2019import pytest
2120
22- # First Party
23- from fms_acceleration_mcp import MCPAccelerationPlugin
24-
2521# configuration
2622DIRNAME = os .path .dirname (__file__ )
2723CONFIG_PATH = os .path .join (DIRNAME , "../configs/mcp.yaml" )
3228 reason = "mamba_ssm is not installed" ,
3329)
3430def test_framework_installs_mcp_plugin ():
31+ # Third Party
32+ # pylint: disable=import-outside-toplevel
33+ from fms_acceleration .utils import instantiate_framework , read_configuration
34+
35+ # First Party
36+ # pylint: disable=import-outside-toplevel
37+ from fms_acceleration_mcp import MCPAccelerationPlugin
38+
3539 with instantiate_framework (
3640 read_configuration (CONFIG_PATH ), require_packages_check = False
3741 ) as framework :
You can’t perform that action at this time.
0 commit comments