Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Feb 8, 2024
1 parent 60ca3e4 commit 603d5ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def run():

@pytest.fixture(scope="class")
def setup_mock_server() -> None:
if platform.system() == "Darwin":
host_system = platform.system()
if host_system == "Darwin":
# import mock_server here to avoid cyclic import
import mock_server

Expand Down

0 comments on commit 603d5ae

Please sign in to comment.