From e8caf21a5262d13a394816618043a4117692e775 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 14 Nov 2022 16:34:31 -0500 Subject: [PATCH] DfciPkg/UniTests/pip-requirements.txt: Remove pytool-library; bump robotframework - Removes edk2-pytool-library since it has a very old version and the module can be picked up from (1) the main repo pip-requirements.txt or (2) the edk2-pytool-extensions dependency. - Updates robotframework pip module version since it also now very old. Signed-off-by: Michael Kubacki --- DfciPkg/UnitTests/DfciTests/pip-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DfciPkg/UnitTests/DfciTests/pip-requirements.txt b/DfciPkg/UnitTests/DfciTests/pip-requirements.txt index 0bbe20fac9..47d475eb8b 100644 --- a/DfciPkg/UnitTests/DfciTests/pip-requirements.txt +++ b/DfciPkg/UnitTests/DfciTests/pip-requirements.txt @@ -1,2 +1 @@ -edk2-pytool-library>=0.10.13 -robotframework>=4.0.1 +robotframework>=6.0.1