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 = @{
351
351
SHA256 = " 353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a" ;
352
352
Dependencies = @ ();
353
353
};
354
- " unittest2" = @ {
355
- Version = " 1.1.0" ;
356
- SHA256 = " 22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579" ;
357
- Dependencies = @ (" argparse" , " six" , " traceback2" , " linecache2" );
358
- };
359
354
" argparse" = @ {
360
355
Version = " 1.4.0" ;
361
356
SHA256 = " c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314" ;
@@ -1148,8 +1143,6 @@ function Get-Dependencies {
1148
1143
Install-PythonModule " setuptools" # Required for SWIG support
1149
1144
if ($Test -contains " lldb" ) {
1150
1145
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
1153
1146
}
1154
1147
}
1155
1148
You can’t perform that action at this time.
0 commit comments