File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 72
72
- ESP32-S3
73
73
- ESP32-C3
74
74
- ESP32-C6
75
+ - ESP32-H2
75
76
76
77
strategy :
77
78
fail-fast : false
95
96
- name : Install dependencies
96
97
run : |
97
98
pip install -U pip
98
- pip install -r tests/requirements.txt
99
+ pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
99
100
apt update && apt install -y -qq jq
100
101
101
102
- name : Run Tests
Original file line number Diff line number Diff line change 1
- pyserial >= 3.0
2
- esptool >= 3.1
3
1
pytest-cov
4
- cryptography < 3.4 ; platform_machine == "armv7l"
5
-
6
- pytest >= 6.2.0
7
- pexpect >= 4.4
8
-
9
- pytest-embedded >= 0.5.1
10
- pytest-embedded-serial >= 0.5.1
11
- pytest-embedded-serial-esp >= 0.5.1
12
- pytest-embedded-arduino >= 0.5.1
13
-
2
+ pytest-embedded-serial-esp >= 1.3.4
3
+ pytest-embedded-arduino >= 1.3.4
You can’t perform that action at this time.
0 commit comments