Skip to content

Instantly share code, notes, and snippets.

@rlucioni
Created January 26, 2015 18:19
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 rlucioni/027de0be999d4581f21c to your computer and use it in GitHub Desktop.
Save rlucioni/027de0be999d4581f21c to your computer and use it in GitHub Desktop.
bok-choy stacktrace
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/bin/nosetests", line 9, in <module>
load_entry_point('nose==1.3.3', 'console_scripts', 'nosetests')()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/core.py", line 121, in __init__
**extra_args)
File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
self.parseArgs(argv)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/core.py", line 179, in parseArgs
self.createTests()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/core.py", line 193, in createTests
self.test = self.testLoader.loadTestsFromNames(self.testNames)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/loader.py", line 469, in loadTestsFromNames
plug_res = self.config.plugins.loadTestsFromNames(names, module)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 99, in __call__
return self.call(*arg, **kw)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 179, in _loadTestsFromNames
result = meth(names, module=module)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py", line 181, in loadTestsFromNames
data = load(fh)
EOFError
@awaisdar001
Copy link

I am getting the same error running bok-choye locally. Have you resolved it?

@cececx
Copy link

cececx commented Jul 12, 2016

I'm getting the same problem. Any luck?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment