On Tue, 2010-11-16 at 09:24 +0100, Daniele Maccio wrote: > Hi! > I think you are talking about "test#_multiprocess#.spec" tests. I > needed to use some big library to simulate a realistic behavior, and I > thought PyQt would go well. > However tomorrow in the morning I'll modify these tests, changing > imports and doing some adjustaments :D. I think I'll leave some big > library dependency test, but I want to use the DEPENDENCY dictionary > in runtests.py introduced in r973. > Thank you very much for the advice and for your help (and for Win64 > binaries xD),
I think that, for the purpose of the multiprocess branch, you should test its functionality without bringing an external library. But if you really really want to add a test with an external library, you can mention its dependency at the top of runtests.py, so that the test is automatically skipped if the dependency is not available on the system, without resulting in a failure. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
