9c6692db55
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>
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
# Add Python module requirements, one per line, to be installed
|
|
# in the qemu build_dir/pyvenv Python virtual environment. For more info,
|
|
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1
|
|
#
|
|
# 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
|
|
pycdlib==1.11.0
|