[Erp5-report] r36337 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 15 10:01:01 CEST 2010
Author: luke
Date: Tue Jun 15 10:01:00 2010
New Revision: 36337
URL: http://svn.erp5.org?rev=36337&view=rev
Log:
- avoid asserting for socks, as they will be done later and are not critical (yet)
Modified:
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=36337&r1=36336&r2=36337&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Jun 15 10:01:00 2010
@@ -46,6 +46,9 @@ print sys.version_info[:2]
def test_required_libraries(self):
"""Checks possiblity of importing libraries"""
+ ignored_library_list = createCleanList("""
+ socks
+ """)
required_library_list = createCleanList("""
ERP5Diff
MySQLdb
@@ -68,7 +71,6 @@ print sys.version_info[:2]
pytz
readline
simplejson
- socks
threadframe
uuid
xml
More information about the Erp5-report
mailing list