Unpin stestr and python-subunit in fetch-subunit-output test
It is unclear why stestr is pinned, so let's unpin to see if latest works. Change-Id: Ia3735fb7b6efc2d0f64b88b8c048db798fc7cb0b
This commit is contained in:
parent
fbd9ba8144
commit
2cf566f363
@ -17,8 +17,8 @@
|
||||
- name: Install stestr and subunit-output
|
||||
pip:
|
||||
name:
|
||||
- stestr>=2.0.0,<2.6.0
|
||||
- python-subunit<=1.4.2
|
||||
- stestr
|
||||
- python-subunit
|
||||
virtualenv: "{{ zuul_work_dir }}/.tox/utests/"
|
||||
virtualenv_command: '{{ ensure_pip_virtualenv_command }}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user