Author: Matti Picus <[email protected]>
Branch:
Changeset: r98400:1b0fdecae4cb
Date: 2019-12-27 10:21 +0200
http://bitbucket.org/pypy/pypy/changeset/1b0fdecae4cb/
Log: back out b9eacb5f9a98; it causes problems with parallel_runs > 1
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit