Disable Python annotations test due to incomplete support
This commit is contained in:
parent
2072ae19c9
commit
8ce010b915
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import sys
|
||||
|
||||
if sys.version_info[0:2] >= (3, 2):
|
||||
# Disable as no __annotations__ support with -fastproxy and -builtin atm
|
||||
if False: # sys.version_info[0:2] >= (3, 2):
|
||||
from python_annotations_c import *
|
||||
|
||||
anno = MakeShort.__annotations__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue