Skip to content

Commit

Permalink
Install all the requirements with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Oct 8, 2023
1 parent ee38576 commit c5cd602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
name: install dependencies
run: |
sudo apt-get install -y python3-intelhex python3-prettytable python3-future python3-jinja2 python3-click python3-git python3-tqdm python3-tabulate python3-requests python3-psutil python3-pyudev python3-typing-extensions python3-serial python3-dotenv
pip install -r tools/test/requirements.txt
sudo apt-get install -y python3-pytest python3-unittest python3-factory-boy python3-requests-mock python3-mock python3-coverage
-
name: Python Tests
Expand Down
3 changes: 2 additions & 1 deletion tools/python/python_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest
unittest
factory_boy
requests-mock
mock
mock
coverage
6 changes: 0 additions & 6 deletions tools/requirements-ci-build.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# This file contains the requirements needed to run CI builds for Mbed OS.
# It installs flashing support through the mbed tools packages and also the mbedhtrun test runner.
mbed-host-tests
mbed-greentea
mbed-ls

# For USB Device host tests
hidapi>=0.7.99
pyusb>=1.2.0
Expand Down

0 comments on commit c5cd602

Please sign in to comment.