We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75edb9 commit ce15297Copy full SHA for ce15297
1 file changed
internal/runtime/python/python_test.go
@@ -375,10 +375,6 @@ func Test_ActivateVenvIfPresent(t *testing.T) {
375
}
376
377
378
-// Test_Python_InstallProjectDependencies tests the main function
379
-// NOTE: These tests require Python 3 and pip to be installed for full integration testing.
380
-// The function creates real virtual environments and runs real pip commands.
381
-// Unit tests below focus on testing individual components.
382
func Test_Python_InstallProjectDependencies(t *testing.T) {
383
tests := map[string]struct {
384
existingFiles map[string]string
0 commit comments