File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,9 @@ def _get_doctest_blacklist():
675
675
"sympy/matrices/densearith.py" , # raises deprecation warning
676
676
"sympy/matrices/densesolve.py" , # raises deprecation warning
677
677
"sympy/matrices/densetools.py" , # raises deprecation warning
678
+ "sympy/printing/ccode.py" , # backwards compatibility shim, importing it breaks the codegen doctests
679
+ "sympy/printing/fcode.py" , # backwards compatibility shim, importing it breaks the codegen doctests
680
+ "sympy/printing/cxxcode.py" , # backwards compatibility shim, importing it breaks the codegen doctests
678
681
"sympy/parsing/autolev/_antlr/autolevlexer.py" , # generated code
679
682
"sympy/parsing/autolev/_antlr/autolevparser.py" , # generated code
680
683
"sympy/parsing/autolev/_antlr/autolevlistener.py" , # generated code
You can’t perform that action at this time.
0 commit comments