Commit 917b8d01 authored by da-woods's avatar da-woods

Disable time_pxd test in Python 3.4

It uses features that are unavailable thus always fails

Test was introduced in https://github.com/cython/cython/pull/3767
parent c2fea5bf
......@@ -438,6 +438,7 @@ VER_DEP_MODULES = {
'run.mod__spec__',
'run.pep526_variable_annotations', # typing module
'run.test_exceptions', # copied from Py3.7+
'run.time_pxd', # _PyTime_GetSystemClock doesn't exist in 3.4
]),
}
......
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