Skip to content

Commit ad08cd2

Browse files
committed
Move BLE-WiFi testing requirements to other file
1 parent ae25b21 commit ad08cd2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/qemu.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141
- name: Run ble commission test using the python parser sending commands to chip-tool
142142
run: |
143143
./scripts/run_in_vm.sh \
144-
"./scripts/run_in_build_env.sh \
144+
"scripts/run_in_build_env.sh 'pip3 install -r scripts/setup/requirements.ble-wifi-testing.txt' && \
145+
./scripts/run_in_build_env.sh \
145146
\"./scripts/tests/run_test_suite.py \
146147
--runner chip_tool_python \
147148
--target TestCommissionerNodeId \

scripts/setup/requirements.all.txt

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ mypy==0.971
4242
mypy-protobuf==3.5.0
4343
protobuf==4.24.4
4444
types-protobuf==4.24.0.2
45-
PyGObject
4645

4746
cryptography
4847

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyGObject

0 commit comments

Comments
 (0)