Skip to content

Commit 431bf8b

Browse files
authored
HW Testing - Pytest update (#8389)
* update tests requirements * remove already handled components * Update version of pytest * Add missing ESP32-H2 to hil.yml
1 parent 3246baa commit 431bf8b

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/hil.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- ESP32-S3
7373
- ESP32-C3
7474
- ESP32-C6
75+
- ESP32-H2
7576

7677
strategy:
7778
fail-fast: false
@@ -95,7 +96,7 @@ jobs:
9596
- name: Install dependencies
9697
run: |
9798
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
99100
apt update && apt install -y -qq jq
100101
101102
- name: Run Tests

tests/requirements.txt

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
pyserial>=3.0
2-
esptool>=3.1
31
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

0 commit comments

Comments
 (0)