@@ -171,7 +171,7 @@ def test_break_conditional(app):
171
171
app .child .expect (r"\$1 = 1" )
172
172
173
173
174
- @pytest .mark .xfail ( raises = pexpect . TIMEOUT , reason = "Need a Numba with PR7177" )
174
+ @pytest .mark .skip ( reason = "Need a Numba with PR7177" )
175
175
def test_break_conditional_with_func_arg (app ):
176
176
app .breakpoint ("simple_dppy_func.py:23 if a_in_func == 3" )
177
177
app .run ("simple_dppy_func.py" )
@@ -214,7 +214,7 @@ def test_break_nested_function(app):
214
214
app .child .expect (r"23\s+result = a_in_func \+ b_in_func" )
215
215
216
216
217
- @pytest .mark .xfail ( raises = pexpect . TIMEOUT , reason = "Need a Numba with PR7177" )
217
+ @pytest .mark .skip ( reason = "Need a Numba with PR7177" )
218
218
def test_info_args (app ):
219
219
app .breakpoint ("simple_dppy_func.py:29" )
220
220
app .run ("simple_dppy_func.py" )
@@ -239,7 +239,7 @@ def test_info_args(app):
239
239
240
240
241
241
# commands/info_func
242
- @pytest .mark .xfail ( raises = pexpect . TIMEOUT , reasos = "CI fails " )
242
+ @pytest .mark .skip ( reasos = "Need a Numba with PR7177 " )
243
243
def test_info_functions (app ):
244
244
app .breakpoint ("simple_sum.py:23" )
245
245
app .run ("simple_sum.py" )
@@ -253,7 +253,7 @@ def test_info_functions(app):
253
253
254
254
255
255
# commands/local_variables_0
256
- @pytest .mark .xfail ( raises = pexpect . TIMEOUT , reason = "Need a Numba with PR7177" )
256
+ @pytest .mark .skip ( reason = "Need a Numba with PR7177" )
257
257
def test_local_variables (app ):
258
258
app .breakpoint ("sum_local_vars.py:26" )
259
259
app .run ("sum_local_vars.py" )
0 commit comments