[pypy-commit] pypy py3.5: merge default into py3.5

mattip pypy.commits at gmail.com
Tue Sep 11 17:32:20 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.5
Changeset: r95104:14f241fbf66a
Date: 2018-09-12 00:14 +0300
http://bitbucket.org/pypy/pypy/changeset/14f241fbf66a/

Log:	merge default into py3.5

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -5,7 +5,7 @@
     'translator/c', 'rlib',
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
-    'jit/backend/zarch',
+    'jit/backend/zarch', 'module/cpyext/test',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):


More information about the pypy-commit mailing list