[pypy-svn] r54996 - pypy/django/tests

pedronis at codespeak.net pedronis at codespeak.net
Tue May 20 15:35:22 CEST 2008


Author: pedronis
Date: Tue May 20 15:35:20 2008
New Revision: 54996

Modified:
   pypy/django/tests/conftest.py
Log:
note about django contrib tests not run for now



Modified: pypy/django/tests/conftest.py
==============================================================================
--- pypy/django/tests/conftest.py	(original)
+++ pypy/django/tests/conftest.py	Tue May 20 15:35:20 2008
@@ -3,6 +3,7 @@
 import os
 
 # XXX ignores invalid models path
+# XXX no django/contrib
 
 rootdir = py.path.local(__file__).dirpath()
 pkgroot = rootdir.dirpath()



More information about the Pypy-commit mailing list