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 <alexandru.dimofte@intel.com>
Change-Id: I4b2537bbb1969bac25ac36c4fa7d1e8b889b992e
This commit is contained in:
Alexandru 2022-01-06 16:56:58 +02:00 committed by Alexandru Dimofte
parent 3e6c980193
commit 307e745974
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pytest>=3.1.0,<4.0 pytest==3.6.1
pexpect pexpect
requests requests
selenium selenium
pyvirtualdisplay pyvirtualdisplay
PyYAML PyYAML==5.4.1

View File

@ -3,7 +3,7 @@ robotframework==3.1.1
robotframework-seleniumlibrary robotframework-seleniumlibrary
robotframework-sshlibrary robotframework-sshlibrary
pexpect pexpect
PyYaml PyYaml==5.4.1
netifaces netifaces
bash bash
elevate elevate