Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite breakage on Python 2.4 #131

Closed
sqlalchemy-bot opened this issue Mar 22, 2010 · 4 comments
Closed

Test suite breakage on Python 2.4 #131

sqlalchemy-bot opened this issue Mar 22, 2010 · 4 comments
Labels
bug Something isn't working low priority runtime

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

Since revision 520, the Mako test suite started failing on Python 2.4: http://ci.csh.rit.edu/job/Mako-py2.4/9/console

======================================================================
ERROR: test_custom_tback (test.test_exceptions.ExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hudson/.hudson/jobs/Mako-py2.4/workspace/trunk/test/test_exceptions.py", line 140, in test_custom_tback
    html_error = exceptions.html_error_template().render_unicode(error=t, traceback=tback)
  File "/home/hudson/.hudson/jobs/Mako-py2.4/workspace/trunk/mako/template.py", line 198, in render_unicode
    as_unicode=True)
  File "/home/hudson/.hudson/jobs/Mako-py2.4/workspace/trunk/mako/runtime.py", line 402, in _render
    _render_context(template, callable_, context, *args, **data)
  File "/home/hudson/.hudson/jobs/Mako-py2.4/workspace/trunk/mako/runtime.py", line 419, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/home/hudson/.hudson/jobs/Mako-py2.4/workspace/trunk/mako/runtime.py", line 442, in _exec_template
    callable_(context, *args, **kwargs)
  File "memory:-0x48825094", line 68, in render_body
AttributeError: class RuntimeError has no attribute '__class__'
@sqlalchemy-bot
Copy link
Author

Anonymous wrote:

I have no idea how to CC myself to this ticket, but my email address is lmacken at redhat dot com if you need more info.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • removed labels: installation
  • added labels: runtime

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

f77fec3

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority runtime
Projects
None yet
Development

No branches or pull requests

1 participant