Skip to content

Commit

Permalink
Merge pull request #279 from espressif/fix/unneeded_dependendency
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev authored Apr 26, 2024
2 parents 6075710 + 2f57341 commit 29054e8
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 29054e8

Please sign in to comment.