from the actual source running nosetests
/logbook-0.7.0 $ nosetests
/usr/lib64/python3.3/site-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin html-output = htmloutput.htmloutput:HtmlOutput: No module named 'version'
RuntimeWarning)
....................................................................................................S..E.............E
======================================================================
ERROR: test_redis_handler (tests.test_logbook.QueuesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 250, in connect
sock = self._connect()
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 268, in _connect
self.socket_timeout)
File "/usr/lib64/python3.3/socket.py", line 435, in create_connection
raise err
File "/usr/lib64/python3.3/socket.py", line 426, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/redis/client.py", line 460, in execute_command
connection.send_command(*args)
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 334, in send_command
self.send_packed_command(self.pack_command(*args))
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 316, in send_packed_command
self.connect()
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 253, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting 127.0.0.1:6379. Connection refused.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 250, in connect
sock = self._connect()
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 268, in _connect
self.socket_timeout)
File "/usr/lib64/python3.3/socket.py", line 435, in create_connection
raise err
File "/usr/lib64/python3.3/socket.py", line 426, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/mnt/gen2/TmpDir/portage/dev-python/logbook-0.7.0/work/logbook-0.7.0/tests/test_logbook.py", line 1300, in test_redis_handler
redis_handler = RedisHandler(level=logbook.INFO, bubble=True)
File "/mnt/gen2/TmpDir/portage/dev-python/logbook-0.7.0/work/logbook-0.7.0/logbook/queues.py", line 58, in __init__
self.redis.ping()
File "/usr/lib64/python3.3/site-packages/redis/client.py", line 564, in ping
return self.execute_command('PING')
File "/usr/lib64/python3.3/site-packages/redis/client.py", line 464, in execute_command
connection.send_command(*args)
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 334, in send_command
self.send_packed_command(self.pack_command(*args))
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 316, in send_packed_command
self.connect()
File "/usr/lib64/python3.3/site-packages/redis/connection.py", line 253, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting 127.0.0.1:6379. Connection refused.
======================================================================
ERROR: Failure: RuntimeError (NTLogEventLogHandler requires a Windows operating system.)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/usr/lib64/python3.3/site-packages/nose/loader.py", line 414, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib64/python3.3/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib64/python3.3/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/usr/lib64/python3.3/imp.py", line 180, in load_module
return load_source(name, filename, file)
File "/usr/lib64/python3.3/imp.py", line 119, in load_source
_LoadSourceCompatibility(name, pathname, file).load_module(name)
File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
File "<frozen importlib._bootstrap>", line 1022, in load_module
File "<frozen importlib._bootstrap>", line 1003, in load_module
File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
File "<frozen importlib._bootstrap>", line 868, in _load_module
File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
File "/mnt/gen2/TmpDir/portage/dev-python/logbook-0.7.0/work/logbook-0.7.0/testwin32log.py", line 4, in <module>
handler = NTEventLogHandler('My Application')
File "/mnt/gen2/TmpDir/portage/dev-python/logbook-0.7.0/work/logbook-0.7.0/logbook/handlers.py", line 1394, in __init__
raise RuntimeError('NTLogEventLogHandler requires a Windows '
RuntimeError: NTLogEventLogHandler requires a Windows operating system.
----------------------------------------------------------------------
Ran 118 tests in 3.542s
FAILED (SKIP=1, errors=2)
Same for all python versions. Do you require anything further, vmalloc?