Browse Source
This patch changes how the avocado tests are provided, ever so slightly. Instead of creating a new testing venv, use the configure-provided 'pyvenv' instead, and install optional packages into that. Signed-off-by: John Snow <jsnow@redhat.com> Message-Id: <20230511035435.734312-20-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/235/head
committed by
Paolo Bonzini
7 changed files with 26 additions and 23 deletions
@ -1,6 +1,9 @@ |
|||||
# Add Python module requirements, one per line, to be installed |
# Add Python module requirements, one per line, to be installed |
||||
# in the tests/venv Python virtual environment. For more info, |
# in the qemu build_dir/pyvenv Python virtual environment. For more info, |
||||
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1 |
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1 |
||||
# Note that qemu.git/python/ is always implicitly installed. |
# |
||||
|
# Note that qemu.git/python/ is implicitly installed to this venv when |
||||
|
# 'make check-venv' is run, and will persist until configure is run |
||||
|
# again. |
||||
avocado-framework==101.0 |
avocado-framework==101.0 |
||||
pycdlib==1.11.0 |
pycdlib==1.11.0 |
||||
|
|||||
Loading…
Reference in new issue