Created
April 14, 2014 14:48
-
-
Save gondoi/10654897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: satori.tests.test_bash.TestLocalPlatformInfo.test_is_debian | |
tags: worker-2 | |
---------------------------------------------------------------------- | |
Empty attachments: | |
stderr | |
stdout | |
Traceback (most recent call last): | |
File "./satori/tests/test_bash.py", line 77, in test_is_debian | |
self.assertIsInstance(self.localshell.is_debian(), bool) | |
File "./satori/bash.py", line 59, in is_debian | |
if not self.platform_info['dist']: | |
File "./satori/bash.py", line 113, in platform_info | |
return utils.get_platform_info() | |
File "./satori/utils.py", line 154, in get_platform_info | |
pin = list(platform.dist() + (platform.machine(),)) | |
File "/usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/python3.3/platform.py", line 1229, in machine | |
return uname().machine | |
File "/usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/python3.3/platform.py", line 1159, in uname | |
processor = _syscmd_uname('-p','') | |
File "/usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/python3.3/platform.py", line 916, in _syscmd_uname | |
output = f.read().strip() | |
ValueError: I/O operation on closed file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment