aboutsummaryrefslogtreecommitdiff
path: root/tests/requirements.txt
diff options
context:
space:
mode:
authorCleber Rosa <crosa@redhat.com>2019-06-07 11:22:17 -0400
committerCleber Rosa <crosa@redhat.com>2019-08-28 20:42:16 -0400
commit9f672f9c0f364b7e6731a9c18e5410840969f7b9 (patch)
treeb0809ad4c02077d554986020bd5c3e458f6cd214 /tests/requirements.txt
parent9162967ca5285f5ae4968288ff2a4d2eb72f2904 (diff)
downloadqemu-9f672f9c0f364b7e6731a9c18e5410840969f7b9.zip
qemu-9f672f9c0f364b7e6731a9c18e5410840969f7b9.tar.gz
qemu-9f672f9c0f364b7e6731a9c18e5410840969f7b9.tar.bz2
tests/requirements.txt: pin paramiko version requirement
It's a good practice (I'd really say a must) to pin as much as possible of the software versions used during test, so let's apply that to paramiko. According to https://pypi.org/project/paramiko/, 2.4.2 is the latest released version. It's also easily obtainable on systems such as Fedora 30. Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190607152223.9467-3-crosa@redhat.com> Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r--tests/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 3ae0e29..bd1f759 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -2,4 +2,4 @@
# in the tests/venv Python virtual environment. For more info,
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1
avocado-framework==68.0
-paramiko
+paramiko==2.4.2