File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ public static void GetPythonHomeDefault()
106
106
PythonEngine . Shutdown ( ) ;
107
107
}
108
108
109
+ [ Ignore ( "Skip for now" ) ]
109
110
[ Test ]
110
111
public void SetPythonHome ( )
111
112
{
@@ -131,6 +132,7 @@ public void SetPythonHome()
131
132
PythonEngine . PythonHome = pythonHomeBackup ;
132
133
}
133
134
135
+ [ Ignore ( "Skip for now" ) ]
134
136
[ Test ]
135
137
public void SetPythonHomeTwice ( )
136
138
{
@@ -202,7 +204,7 @@ public void SetPythonPath()
202
204
// The list sys.path is initialized with this value on interpreter startup;
203
205
// it can be (and usually is) modified later to change the search path for loading modules.
204
206
// See https://docs.python.org/3/c-api/init.html#c.Py_GetPath
205
- // After PythonPath is set, then PythonEngine.PythonPath will correctly return the full search path.
207
+ // After PythonPath is set, then PythonEngine.PythonPath will correctly return the full search path.
206
208
207
209
PythonEngine . Shutdown ( ) ;
208
210
You can’t perform that action at this time.
0 commit comments