Commit 9a381e35 authored by Łukasz Nowak's avatar Łukasz Nowak

- avoid asserting for socks, as they will be done later and are not critical (yet)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36337 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 474f5d0b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment