Commit b6ca1a2e authored by Stefan Behnel's avatar Stefan Behnel

Fix list of warnings in test after fixing the "'DEF' statement is deprecated"...

Fix list of warnings in test after fixing the "'DEF' statement is deprecated" warning in MemoryView.pyx.
parent a63fe911
......@@ -27,12 +27,10 @@ _WARNINGS = """
36:10: 'cpdef_cname_method' redeclared
# from MemoryView.pyx
323:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
323:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
979:29: Ambiguous exception value, same as default return value: 0
979:29: Ambiguous exception value, same as default return value: 0
1004:46: Ambiguous exception value, same as default return value: 0
1004:46: Ambiguous exception value, same as default return value: 0
1094:29: Ambiguous exception value, same as default return value: 0
1094:29: Ambiguous exception value, same as default return value: 0
978:29: Ambiguous exception value, same as default return value: 0
978:29: Ambiguous exception value, same as default return value: 0
1003:46: Ambiguous exception value, same as default return value: 0
1003:46: Ambiguous exception value, same as default return value: 0
1093:29: Ambiguous exception value, same as default return value: 0
1093:29: Ambiguous exception value, same as default return value: 0
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment