im trying to recall if I've seen that one before. how are tests being run? this error does not occur in any environment for me.
On Jul 14, 2013, at 6:18 PM, Hans-Peter Jansen <[email protected]> wrote: > On Sonntag, 14. Juli 2013 17:38:12 Michael Bayer wrote: >> you can get that right here: >> >> www.sqlalchemy.org/changelog/CHANGES_0_7_11 > > Thanks, great. That fixed all tests, but this is left still: > > [ 156s] > ---------------------------------------------------------------------- > [ 156s] Ran 4075 tests in 148.973s > [ 156s] > [ 156s] OK (SKIP=140) > [ 156s] Error in atexit._run_exitfuncs: > [ 156s] Traceback (most recent call last): > [ 156s] File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs > [ 156s] func(*targs, **kargs) > [ 156s] File "/usr/lib64/python2.7/multiprocessing/util.py", line 284, in > _exit_function > [ 156s] info('process shutting down') > [ 156s] TypeError: 'NoneType' object is not callable > [ 156s] Error in sys.exitfunc: > [ 156s] Traceback (most recent call last): > [ 156s] File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs > [ 156s] func(*targs, **kargs) > [ 156s] File "/usr/lib64/python2.7/multiprocessing/util.py", line 284, in > _exit_function > [ 156s] info('process shutting down') > [ 156s] TypeError: 'NoneType' object is not callable > > Pete > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
