From 8a240d01f98bd2bd9c1766376fc67ef01983e61f Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 24 Jan 2007 18:10:32 +0100 Subject: [PATCH] [svn r37281] omit tracer test directory for imports (XXX example Filesystem trees should be created from code and not reside in SVN) --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 1a0d97b9e..f76fe620e 100644 --- a/py/misc/testing/test_initpkg.py +++ b/py/misc/testing/test_initpkg.py @@ -51,6 +51,7 @@ def test_importall(): nodirs = ( base.join('test', 'tkinter'), base.join('test', 'testing', 'data'), + base.join('apigen', 'tracer', 'testing', 'package'), base.join('test', 'testing', 'test'), base.join('magic', 'greenlet.py'), base.join('path', 'extpy', 'testing', 'test_data'),