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