Skip to content

Commit

Permalink
[OIS] Allow pytest on aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Coubard <vincent.coubard@arm.com>
  • Loading branch information
ATmobica committed Jun 1, 2023
1 parent e360ef8 commit b2e7a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pyserial==3.5
# bflb-iot-tool
# mbed-os-tools
# mbed-tools
pytest==6.2.5 ; platform_machine != "aarch64" and sys_platform == "linux"
pytest==6.2.5 ; sys_platform == "linux"
# via
# -r requirements.mbed.txt
# pytest-json-report
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/requirements.mbed.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mbed-tools>=7.55.1.dev1 ; platform_machine != 'aarch64' and sys_platform == 'linux'
pytest==6.2.5 ; platform_machine != 'aarch64' and sys_platform == 'linux'
pytest==6.2.5 ; sys_platform == 'linux'
mbed-ls==1.8.11 ; platform_machine != 'aarch64' and sys_platform == 'linux'
pdoc3 ; platform_machine != 'aarch64' and sys_platform == 'linux'
gitpython ; platform_machine != 'aarch64' and sys_platform == 'linux'
Expand Down

0 comments on commit b2e7a92

Please sign in to comment.