Commit 4af60f60 authored by Stefan Behnel's avatar Stefan Behnel

disable "initial_file_path" test in Py3.5+ since it's superseded by the...

disable "initial_file_path" test in Py3.5+ since it's superseded by the ModuleSpec metadata during module initialisation
parent 4d58aecb
...@@ -348,6 +348,8 @@ VER_DEP_MODULES = { ...@@ -348,6 +348,8 @@ VER_DEP_MODULES = {
]), ]),
(3,4): (operator.lt, lambda x: x in ['run.py34_signature', (3,4): (operator.lt, lambda x: x in ['run.py34_signature',
]), ]),
(3,4,999): (operator.gt, lambda x: x in ['run.initial_file_path',
]),
(3,5): (operator.lt, lambda x: x in ['run.py35_pep492_interop', (3,5): (operator.lt, lambda x: x in ['run.py35_pep492_interop',
'run.mod__spec__', 'run.mod__spec__',
]), ]),
......
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