We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288fc56 commit d1a860bCopy full SHA for d1a860b
conftest.py
@@ -26,7 +26,6 @@
26
import time
27
import typing as t
28
from copy import deepcopy
29
-from telnetlib import Telnet
30
from urllib.parse import quote
31
32
import common_test_methods # noqa: F401
@@ -48,6 +47,7 @@
48
47
from pytest_embedded.utils import to_str
49
from pytest_embedded_idf.dut import IdfDut
50
from pytest_embedded_idf.unity_tester import CaseTester
+from pytest_embedded_jtag._telnetlib.telnetlib import Telnet # python 3.13 removed telnetlib, use this instead
51
52
53
############
0 commit comments