Commit bc96d01c authored by Stefan Behnel's avatar Stefan Behnel

Adapt test_unicode.py test from CPython 3.7 and disable some unrelated tests (capi etc.).

parent 04b4af1a
......@@ -425,6 +425,7 @@ VER_DEP_MODULES = {
'pyximport.pyximport_namespace',
]),
(3,4): (operator.lt, lambda x: x in ['run.py34_signature',
'run.test_unicode', # taken from Py3.7, difficult to backport
]),
(3,4,999): (operator.gt, lambda x: x in ['run.initial_file_path',
]),
......
This diff is collapsed.
This diff is collapsed.
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