[pypy-svn] r63721 - pypy/trunk/pypy/rlib/rsdl/test

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Apr 6 15:29:17 CEST 2009


Author: cfbolz
Date: Mon Apr  6 15:29:17 2009
New Revision: 63721

Modified:
   pypy/trunk/pypy/rlib/rsdl/test/conftest.py
Log:
What nonsense is this?


Modified: pypy/trunk/pypy/rlib/rsdl/test/conftest.py
==============================================================================
--- pypy/trunk/pypy/rlib/rsdl/test/conftest.py	(original)
+++ pypy/trunk/pypy/rlib/rsdl/test/conftest.py	Mon Apr  6 15:29:17 2009
@@ -6,6 +6,5 @@
         try:
             check_sdl_installation()
         except SDLNotInstalled, e:
-            raise
             py.test.skip("SDL not installed(?): %s" % (e,))
         return py.test.collect.Directory.collect(self)



More information about the Pypy-commit mailing list