Skip to content

Commit 627f674

Browse files
committed
Remove pynguin also from project venv dependencies
1 parent 32c1392 commit 627f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/netbeans/modules/python/PythonUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class PythonUtility {
104104

105105
public static String[] VENV_DEPS = new String[]{
106106
"pytest",
107-
"pynguin",
107+
//"pynguin",
108108
"build"
109109
};
110110

0 commit comments

Comments
 (0)