File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments