aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-12-25 23:22:41 +0200
committerMatti Picus <matti.picus@gmail.com>2019-12-25 23:22:41 +0200
commit6bb889e25ca71e0b5ce5ef3d1c30dab159695392 (patch)
treeba16b1c259fd85d0e4f1ba31b782a34f14a5ac16 /pypy/testrunner_cfg.py
parentfix package.py for 5bf1495559a4 (diff)
downloadpypy-6bb889e25ca71e0b5ce5ef3d1c30dab159695392.tar.gz
pypy-6bb889e25ca71e0b5ce5ef3d1c30dab159695392.tar.bz2
pypy-6bb889e25ca71e0b5ce5ef3d1c30dab159695392.zip
don't split cpyext, tests are fast now
(grafted from 98943a15dbc8a86c02a0c2b26f00ab82f517f916)
Diffstat (limited to 'pypy/testrunner_cfg.py')
-rw-r--r--pypy/testrunner_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
index 89746b3c93..7c08a68a9b 100644
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -5,7 +5,7 @@ DIRS_SPLIT = [
'translator/c', 'rlib',
'memory/test', 'jit/metainterp',
'jit/backend/arm', 'jit/backend/x86',
- 'jit/backend/zarch', 'module/cpyext/test',
+ 'jit/backend/zarch',
'jit/backend/aarch64',
]