Skip to content

Commit

Permalink
fix: remove required optional dependencies 'idf'
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Apr 25, 2024
1 parent 6075710 commit 2f57341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest-embedded/pytest_embedded/dut_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from collections import defaultdict
from pathlib import Path

from pytest_embedded_idf import CaseTester

if t.TYPE_CHECKING:
from pytest_embedded_idf import LinuxSerial
from pytest_embedded_idf.dut import IdfDut
Expand Down Expand Up @@ -568,6 +566,8 @@ def close(cls):

@classmethod
def unity_tester(cls, *args: 'IdfDut'):
from pytest_embedded_idf import CaseTester

return CaseTester(args)

@classmethod
Expand Down

0 comments on commit 2f57341

Please sign in to comment.