File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
from sympy .printing import fcode
17
17
from sympy .utilities ._compilation import has_fortran , compile_run_strings , compile_link_import_strings
18
18
from sympy .utilities ._compilation .util import may_xfail
19
- from sympy .testing .pytest import skip
19
+ from sympy .testing .pytest import skip , XFAIL
20
20
21
21
cython = import_module ('cython' )
22
22
np = import_module ('numpy' )
@@ -53,6 +53,7 @@ def test_size_assumed_shape():
53
53
assert info ['exit_status' ] == os .EX_OK
54
54
55
55
56
+ @XFAIL # https://github.com/sympy/sympy/issues/20265
56
57
@may_xfail
57
58
def test_ImpliedDoLoop ():
58
59
if not has_fortran ():
@@ -114,6 +115,7 @@ def test_Module():
114
115
assert stderr == ''
115
116
116
117
118
+ @XFAIL # https://github.com/sympy/sympy/issues/20265
117
119
@may_xfail
118
120
def test_Subroutine ():
119
121
# Code to generate the subroutine in the example from
You can’t perform that action at this time.
0 commit comments