Commit cf6935df authored by Stefan Behnel's avatar Stefan Behnel

Disable failing PEP-489 test after disabling PEP-489.

parent 2835d5bb
......@@ -350,6 +350,8 @@ VER_DEP_MODULES = {
'run.mod__spec__',
'run.pep526_variable_annotations', # typing module
]),
(99,): (operator.lt, lambda x: x in ['run.mod__spec__', # actually Py3.5, but currently disabled
]),
}
INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ]
......
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