Skip to content

Commit d1a860b

Browse files
committed
ci: use fixed telnetlib since python 3.13 removed this from stdlib
1 parent 288fc56 commit d1a860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import time
2727
import typing as t
2828
from copy import deepcopy
29-
from telnetlib import Telnet
3029
from urllib.parse import quote
3130

3231
import common_test_methods # noqa: F401
@@ -48,6 +47,7 @@
4847
from pytest_embedded.utils import to_str
4948
from pytest_embedded_idf.dut import IdfDut
5049
from pytest_embedded_idf.unity_tester import CaseTester
50+
from pytest_embedded_jtag._telnetlib.telnetlib import Telnet # python 3.13 removed telnetlib, use this instead
5151

5252

5353
############

0 commit comments

Comments
 (0)