[pypy-svn] r76957 - pypy/branch/fast-forward/lib-python

benjamin at codespeak.net benjamin at codespeak.net
Thu Sep 9 02:14:24 CEST 2010


Author: benjamin
Date: Thu Sep  9 02:14:23 2010
New Revision: 76957

Modified:
   pypy/branch/fast-forward/lib-python/conftest.py
Log:
test_profilehooks.py is no more

Modified: pypy/branch/fast-forward/lib-python/conftest.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/conftest.py	(original)
+++ pypy/branch/fast-forward/lib-python/conftest.py	Thu Sep  9 02:14:23 2010
@@ -377,7 +377,6 @@
     RegrTest('test_pprint.py', core=True),
     RegrTest('test_print.py', core=True),
     RegrTest('test_profile.py'),
-    RegrTest('test_profilehooks.py', core=True),
     RegrTest('test_property.py', core=True),
     RegrTest('test_pstats.py'),
     RegrTest('test_pty.py', skip="unsupported extension module"),



More information about the Pypy-commit mailing list