contrib/python3-ratchet.py
changeset 36618 3790610c2793
parent 32873 28f429d19a71
child 43076 2372284d9457
--- a/contrib/python3-ratchet.py	Thu Mar 01 18:22:36 2018 -0500
+++ b/contrib/python3-ratchet.py	Fri Mar 02 15:37:57 2018 -0500
@@ -80,8 +80,7 @@
         print('warning: Python 3.6.0 and 3.6.1 have '
               'a bug which breaks Mercurial')
         print('(see https://bugs.python.org/issue29714 for details)')
-        # TODO(augie): uncomment exit when Python 3.6.2 is available
-        # sys.exit(1)
+        sys.exit(1)
 
     rt = subprocess.Popen([opts.python3, 'run-tests.py', '-j', str(opts.j),
                            '--blacklist', opts.working_tests, '--json'])