[pypy-commit] cffi default: ignore_errors here too

arigo noreply at buildbot.pypy.org
Wed Dec 24 17:41:51 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1603:a3896b35cbf8
Date: 2014-12-24 17:42 +0100
http://bitbucket.org/cffi/cffi/changeset/a3896b35cbf8/

Log:	ignore_errors here too

diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py
--- a/testing/test_zintegration.py
+++ b/testing/test_zintegration.py
@@ -75,7 +75,7 @@
 class TestZIntegration(object):
     def teardown_class(self):
         if udir.isdir():
-            udir.remove()
+            udir.remove(ignore_errors=True)
 
     def test_infrastructure(self):
         run_setup_and_program('infrastructure', '''


More information about the pypy-commit mailing list