Author: Matti Picus <matti.pi...@gmail.com>
Branch: unicode-utf8-py3
Changeset: r95575:2a08e13c2f15
Date: 2019-01-03 13:19 +0200
http://bitbucket.org/pypy/pypy/changeset/2a08e13c2f15/

Log:    split up more test runs to avoid timeouts

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -6,6 +6,8 @@
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
     'jit/backend/zarch', 'module/cpyext/test',
+    # python3 slowness ...
+    'module/_cffi_backend/test', 'module/__pypy__/test',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to