##// END OF EJS Templates
exclude 3.8...
Matthias Bussonnier -
Show More
@@ -2,6 +2,7 b''
2 """
2 """
3
3
4 import stack_data
4 import stack_data
5 import sys
5
6
6 SV_VERSION = tuple([int(x) for x in stack_data.__version__.split(".")[0:2]])
7 SV_VERSION = tuple([int(x) for x in stack_data.__version__.split(".")[0:2]])
7
8
@@ -165,6 +166,7 b' def doctest_tb_sysexit():'
165 """
166 """
166
167
167
168
169 if sys.version_info >= (3, 9):
168 if SV_VERSION < (0, 6):
170 if SV_VERSION < (0, 6):
169
171
170 def doctest_tb_sysexit_verbose_stack_data_05():
172 def doctest_tb_sysexit_verbose_stack_data_05():
General Comments 0
You need to be logged in to leave comments. Login now