Skip to content

Commit 289605c

Browse files
Merge pull request #83519 from charles-zablit/charles-zablit/windows/remove-unittest2-from-build.ps1
[windows] remove unittest2 from build.ps1
2 parents 051d0b6 + edc930e commit 289605c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/build.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,6 @@ $PythonModules = @{
351351
SHA256 = "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a";
352352
Dependencies = @();
353353
};
354-
"unittest2" = @{
355-
Version = "1.1.0";
356-
SHA256 = "22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579";
357-
Dependencies = @("argparse", "six", "traceback2", "linecache2");
358-
};
359354
"argparse" = @{
360355
Version = "1.4.0";
361356
SHA256 = "c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314";
@@ -1148,8 +1143,6 @@ function Get-Dependencies {
11481143
Install-PythonModule "setuptools" # Required for SWIG support
11491144
if ($Test -contains "lldb") {
11501145
Install-PythonModule "psutil" # Required for testing LLDB
1151-
$env:Path = "$(Get-PythonScriptsPath);$env:Path" # For unit.exe
1152-
Install-PythonModule "unittest2" # Required for testing LLDB
11531146
}
11541147
}
11551148

0 commit comments

Comments
 (0)