[pypy-commit] pypy invalidate-virtualrefs: revert 75c1ede14db1, tests pass

antocuni noreply at buildbot.pypy.org
Mon May 30 10:13:55 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: invalidate-virtualrefs
Changeset: r44588:8256b65288bc
Date: 2011-05-30 10:26 +0200
http://bitbucket.org/pypy/pypy/changeset/8256b65288bc/

Log:	revert 75c1ede14db1, tests pass

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -17,5 +17,3 @@
 _cherrypick = os.getenv('PYPYCHERRYPICK', '')
 if _cherrypick:
     cherrypick = _cherrypick.split(':')
-
-cherrypick = ['module/thread']


More information about the pypy-commit mailing list