From 307e745974716d7db102d43ae7ea31ecaedf26c3 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 6 Jan 2022 16:56:58 +0200 Subject: [PATCH] Modified the env using pytest==3.6.1 and pyyaml==5.4.1 Description: This changes is needed in order to fix a test failure Error msg: TypeError: load() missing 1 required positional argument: 'Loader' Story: N/A Task: N/A Signed-off-by: Alexandru Change-Id: I4b2537bbb1969bac25ac36c4fa7d1e8b889b992e --- automated-pytest-suite/requirements.txt | 4 ++-- automated-robot-suite/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automated-pytest-suite/requirements.txt b/automated-pytest-suite/requirements.txt index c32e60b..0b1858a 100644 --- a/automated-pytest-suite/requirements.txt +++ b/automated-pytest-suite/requirements.txt @@ -1,6 +1,6 @@ -pytest>=3.1.0,<4.0 +pytest==3.6.1 pexpect requests selenium pyvirtualdisplay -PyYAML \ No newline at end of file +PyYAML==5.4.1 \ No newline at end of file diff --git a/automated-robot-suite/requirements.txt b/automated-robot-suite/requirements.txt index 18d9733..02fca72 100644 --- a/automated-robot-suite/requirements.txt +++ b/automated-robot-suite/requirements.txt @@ -3,7 +3,7 @@ robotframework==3.1.1 robotframework-seleniumlibrary robotframework-sshlibrary pexpect -PyYaml +PyYaml==5.4.1 netifaces bash elevate