Commit 0fb73f66 authored by Stefan Behnel's avatar Stefan Behnel

Correctly disable "pure_py3" doctest in plain Py2.x.

parent c95bae90
......@@ -332,7 +332,6 @@ VER_DEP_MODULES = {
# to be unsafe...
(2,999): (operator.lt, lambda x: x in ['run.special_methods_T561_py3',
'run.test_raisefrom',
'pure_py3',
]),
(3,): (operator.ge, lambda x: x in ['run.non_future_division',
'compile.extsetslice',
......
# mode: run
# tag: annotation_typing
# tag: annotation_typing, pure3.0
import cython
......
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