Commit 8b899f4a authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #4008 from da-woods/disable_time_pxd_test_3.4

Disable time_pxd test in Python 3.4
parents c2fea5bf 917b8d01
......@@ -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