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:
James E. Blair 2023-09-18 10:35:37 -07:00
parent fbd9ba8144
commit 2cf566f363
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}'