Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created November 14, 2014 23:20
Show Gist options
  • Save jpemberthy/8c30e28d8206abb07c99 to your computer and use it in GitHub Desktop.
Save jpemberthy/8c30e28d8206abb07c99 to your computer and use it in GitHub Desktop.
(env)jpemberthy@scarface ~/code/u/clay-tornado [master]$ export CLAY_CONFIG=clay_tornado/test/test.yaml; python setup.py test
running test
running egg_info
writing requirements to clay_tornado.egg-info/requires.txt
writing clay_tornado.egg-info/PKG-INFO
writing top-level names to clay_tornado.egg-info/top_level.txt
writing dependency_links to clay_tornado.egg-info/dependency_links.txt
reading manifest file 'clay_tornado.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'clay_tornado.egg-info/SOURCES.txt'
running build_ext
Raven is not configured (logging is disabled). Please see the documentation for more information.
2014-11-14 15:13:36,205 raven.contrib.tornado.AsyncSentryClient INFO Raven is not configured (logging is disabled). Please see the documentation for more information.
Traceback (most recent call last):
File "setup.py", line 17, in <module>
install_requires=requirements(),
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/jpemberthy/code/u/clay-tornado/env/lib/python2.7/site-packages/setuptools/command/test.py", line 146, in run
self.with_project_on_sys_path(self.run_tests)
File "/Users/jpemberthy/code/u/clay-tornado/env/lib/python2.7/site-packages/setuptools/command/test.py", line 127, in with_project_on_sys_path
func()
File "/Users/jpemberthy/code/u/clay-tornado/env/lib/python2.7/site-packages/setuptools/command/test.py", line 167, in run_tests
testRunner=self._resolve_as_ep(self.test_runner),
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 94, in __init__
self.parseArgs(argv)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 149, in parseArgs
self.createTests()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 158, in createTests
self.module)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 128, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName
return self.loadTestsFromModule(obj)
File "/Users/jpemberthy/code/u/clay-tornado/env/lib/python2.7/site-packages/setuptools/command/test.py", line 39, in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName
return self.loadTestsFromModule(obj)
File "/Users/jpemberthy/code/u/clay-tornado/env/lib/python2.7/site-packages/setuptools/command/test.py", line 39, in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_async_client'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment