Skip to content

Commit

Permalink
[OIS] Add Open IoT SDK Python environment requirements
Browse files Browse the repository at this point in the history
Create Open IoT SDK Python requirements.
Add pytest-json-report to pigweed Python environment.

Signed-off-by: ATmobica <artur.tynecki@mobica.com>
  • Loading branch information
ATmobica committed Oct 14, 2022
1 parent b5fba68 commit 7357d35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,14 @@ pyserial==3.5
# mbed-tools
# mobly
pytest==6.2.5 ; platform_machine != "aarch64" and sys_platform == "linux"
# via -r requirements.mbed.txt
# via
# -r requirements.mbed.txt
# pytest-json-report
# pytest-metadata
pytest-json-report==1.5.0
# via -r requirements.openiotsdk.txt
pytest-metadata==2.0.2
# via pytest-json-report
python-dateutil==2.8.1
# via
# pandas
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements.openiotsdk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest-json-report>=1.5.0
3 changes: 3 additions & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ virtualenv
# bouffalolab
-r requirements.bouffalolab.txt

# openiotsdk
-r requirements.openiotsdk.txt

# cirque tests
requests>=2.24.0

Expand Down

0 comments on commit 7357d35

Please sign in to comment.