Skip to content

Commit d697cff

Browse files
authored
Update dependency required for test_outofbandmanagement.py (#10805)
1 parent 74e9146 commit d697cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Install Python dependencies
234234
run: |
235-
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose
235+
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycryptodome mock flask netaddr pylint pycodestyle six astroid pynose
236236
237237
- name: Install jacoco dependencies
238238
run: |

0 commit comments

Comments
 (0)