Skip to content

Commit ce15297

Browse files
committed
test: remove test comment
1 parent b75edb9 commit ce15297

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/runtime/python/python_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ func Test_ActivateVenvIfPresent(t *testing.T) {
375375
}
376376
}
377377

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.
382378
func Test_Python_InstallProjectDependencies(t *testing.T) {
383379
tests := map[string]struct {
384380
existingFiles map[string]string

0 commit comments

Comments
 (0)