mirror of https://github.com/apache/cloudstack.git
.github: fix simulator CI caused by imcompatibility between python3.10 and nosetests (#10753)
This commit is contained in:
parent
f2e688af26
commit
f055268fe2
|
|
@ -232,7 +232,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
|
||||
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose
|
||||
|
||||
- name: Install jacoco dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue