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

mattip pypy.commits at gmail.com
Fri Dec 27 03:24:01 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.6
Changeset: r98401:656ef2eaf673
Date: 2019-12-27 10:22 +0200
http://bitbucket.org/pypy/pypy/changeset/656ef2eaf673/

Log:	merge default into py3.6

diff --git a/pypy/test_all.py b/pypy/test_all.py
--- a/pypy/test_all.py
+++ b/pypy/test_all.py
@@ -25,10 +25,6 @@
         print >> sys.stderr, __doc__
         sys.exit(2)
     toplevel = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
-    # Always remove the cached files
-    # Before translation this is done via "py.path.local(CACHE_DIR).remove()"
-    print 'removing %s/rpython/_cache' % toplevel
-    shutil.rmtree('%s/rpython/_cache' % toplevel, ignore_errors=True)
     # Add toplevel repository dir to sys.path
     sys.path.insert(0, toplevel)
     import pytest


More information about the pypy-commit mailing list