Skip to content

Commit 257d97c

Browse files
committed
Made pynguin optional dependencies as its has some python 3.11 incompatibilities
Installation still possible on demand via Test creation action
1 parent 8c0af9e commit 257d97c

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
@@ -119,7 +119,7 @@ public class PythonUtility {
119119
"ptpython",
120120
"ipython",
121121
"pytest",
122-
"pynguin",
122+
//"pynguin",
123123
"build",
124124
"pdoc",
125125
"poetry"

0 commit comments

Comments
 (0)