Commit 1a64f037 authored by Stefan Behnel's avatar Stefan Behnel

no longer disable CPython regression test suite in runtests.py when running in Py3

parent 1d20fc5d
......@@ -788,7 +788,6 @@ if __name__ == '__main__':
if sys.version_info[0] >= 3:
options.doctests = False
options.pyregr = False
if options.with_cython:
try:
# try if Cython is installed in a Py3 version
......
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