mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
ci: add examples/openthread to PYTHONPATH
This commit is contained in:
@@ -7,10 +7,12 @@ import random
|
||||
import re
|
||||
import secrets
|
||||
import subprocess
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
from typing import Tuple
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
import ot_ci_function as ocf
|
||||
import pexpect
|
||||
import pytest
|
||||
|
Reference in New Issue
Block a user