Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- ESP32-S3
- ESP32-C3
- ESP32-C6
- ESP32-H2

strategy:
fail-fast: false
Expand All @@ -95,7 +96,7 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
apt update && apt install -y -qq jq

- name: Run Tests
Expand Down
14 changes: 2 additions & 12 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
pyserial>=3.0
esptool>=3.1
pytest-cov
cryptography<3.4; platform_machine == "armv7l"

pytest>=6.2.0
pexpect>=4.4

pytest-embedded>=0.5.1
pytest-embedded-serial>=0.5.1
pytest-embedded-serial-esp>=0.5.1
pytest-embedded-arduino>=0.5.1

pytest-embedded-serial-esp>=1.3.4
pytest-embedded-arduino>=1.3.4