ci: rename module name due to the wrong import in other packages

This commit is contained in:
Aleksei Apaseev
2022-07-01 23:42:35 +08:00
parent 73cfc078a0
commit 979b836c68
2 changed files with 1 additions and 1 deletions

View File

@@ -13,11 +13,11 @@ import pexpect
import pytest
from _pytest.fixtures import FixtureRequest
from _pytest.monkeypatch import MonkeyPatch
from panic_utils import NoGdbProcessError, attach_logger, quote_string, sha256, verify_valid_gdb_subprocess
from pygdbmi.gdbcontroller import GdbController
from pytest_embedded_idf.app import IdfApp
from pytest_embedded_idf.dut import IdfDut
from pytest_embedded_idf.serial import IdfSerial
from utils import NoGdbProcessError, attach_logger, quote_string, sha256, verify_valid_gdb_subprocess
class PanicTestDut(IdfDut):