pygtk (2.24.0-3) 03_testsuite_filechooser.patch

Summary

 tests/runtests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Index: pygtk-2.13.0/tests/runtests.py
===================================================================
--- pygtk-2.13.0.orig/tests/runtests.py	2008-11-26 00:13:20.451100628 +0100
+++ pygtk-2.13.0/tests/runtests.py	2008-11-26 00:13:34.107100762 +0100
@@ -21,7 +21,7 @@ else:
 common.importModules(buildDir=buildDir,
                      srcDir=srcDir)
 
-SKIP_FILES = ['common', 'runtests', 'testmodule']
+SKIP_FILES = ['common', 'runtests', 'testmodule', 'test_filechooserdialog']
 
 dir = os.path.split(os.path.abspath(__file__))[0]
 os.chdir(dir)