From b6773558047ec07466a2957ebeda2546ab3117d5 Mon Sep 17 00:00:00 2001 From: hpk Date: Sat, 27 Jan 2007 21:15:21 +0100 Subject: [PATCH] [svn r37450] skip auto-import checks of directive.py because it requires docutils --HG-- branch : trunk --- py/misc/testing/test_initpkg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/misc/testing/test_initpkg.py b/py/misc/testing/test_initpkg.py index f76fe620e..551b1e00a 100644 --- a/py/misc/testing/test_initpkg.py +++ b/py/misc/testing/test_initpkg.py @@ -57,6 +57,7 @@ def test_importall(): 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'),