Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created April 14, 2014 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gondoi/10654897 to your computer and use it in GitHub Desktop.
Save gondoi/10654897 to your computer and use it in GitHub Desktop.
======================================================================
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