> In runtests.py at the top there lits with tests and their required
> modules. Just add this one there.

Ok, thanks.

Adding this line:


> DEPENDENCIES = {
>    'basic/test_ctypes': ['ctypes'],
>    'basic/test_nestedlaunch1': ['ctypes'],  # <==== New line!
>    'libraries/test_enchant': ['enchant'],
>    'libraries/test_Image': ['Image'],
>    'libraries/test_numpy': ['numpy'],
>    'libraries/test_PIL': ['PIL'],
>    'libraries/test_PIL2': ['PIL'],
>    'libraries/test_pycrypto': ['Crypto'],
>    'libraries/test_sqlalchemy': ['sqlalchemy', 'MySQLdb', 'psycopg2'],
>    'libraries/test_wx': ['wx'],
>    'import/test_ctypes_cdll_c': ['ctypes'],
>    'import/test_ctypes_cdll_c2': ['ctypes'],
>    'import/test_zipimport1': ['pkg_resources'],
>    'import/test_zipimport2': ['pkg_resources', 'setuptools'],
>}

makes the test being ignored:

{'failed': [], 'passed': [], 'skipped': ['basic/test_nestedlaunch1']}

Could you add it to the svn repository (instead of me submitting a
single line patch)?

Thank you,
Martin

-- 
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.

Reply via email to