We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3246baa commit 431bf8bCopy full SHA for 431bf8b
.github/workflows/hil.yml
@@ -72,6 +72,7 @@ jobs:
72
- ESP32-S3
73
- ESP32-C3
74
- ESP32-C6
75
+ - ESP32-H2
76
77
strategy:
78
fail-fast: false
@@ -95,7 +96,7 @@ jobs:
95
96
- name: Install dependencies
97
run: |
98
pip install -U pip
- pip install -r tests/requirements.txt
99
+ pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
100
apt update && apt install -y -qq jq
101
102
- name: Run Tests
tests/requirements.txt
@@ -1,13 +1,3 @@
1
-pyserial>=3.0
2
-esptool>=3.1
3
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
+pytest-embedded-serial-esp>=1.3.4
+pytest-embedded-arduino>=1.3.4
0 commit comments