Author: Manuel Jacob <m...@manueljacob.de> Branch: Changeset: r82501:34a4d2b7e371 Date: 2016-02-25 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/34a4d2b7e371/
Log: Try to make import tests more independent from each other. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.py +++ b/pypy/module/imp/test/test_import.py @@ -150,6 +150,8 @@ """) def _teardown(space, w_saved_modules): + p = udir.join('impsubdir') + p.remove() space.appexec([w_saved_modules], """ ((saved_path, saved_modules)): import sys _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit