[py-svn] r37450 - py/trunk/py/misc/testing

hpk at codespeak.net hpk at codespeak.net
Sat Jan 27 21:15:25 CET 2007


Author: hpk
Date: Sat Jan 27 21:15:21 2007
New Revision: 37450

Modified:
   py/trunk/py/misc/testing/test_initpkg.py
Log:
skip auto-import checks of directive.py because it requires docutils


Modified: py/trunk/py/misc/testing/test_initpkg.py
==============================================================================
--- py/trunk/py/misc/testing/test_initpkg.py	(original)
+++ py/trunk/py/misc/testing/test_initpkg.py	Sat Jan 27 21:15:21 2007
@@ -57,6 +57,7 @@
         base.join('path', 'extpy', 'testing', 'test_data'),
         base.join('path', 'gateway',),
         base.join('doc',),
+        base.join('rest', 'directive.py'),
         base.join('test', 'testing', 'import_test'),
         base.join('c-extension',), 
         base.join('magic', 'greenlet.py'), 



More information about the pytest-commit mailing list