This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch fix-ci-test-oomb in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 006d184895d4e1cf29424c67d6ffb41dfcb2f39f Author: Pearl Dsilva <pearl1...@gmail.com> AuthorDate: Fri May 2 15:03:36 2025 +0530 Update dependency required for test_outofbandmanagement.py --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60e2a558994..6fb8844e8ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: - name: Install Python dependencies run: | - python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose + python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycryptodome mock flask netaddr pylint pycodestyle six astroid pynose - name: Install jacoco dependencies run: |