Re: [sqlalchemy] blocking on Base.metadata.drop_all() in test

2010-07-08 Thread Chris Withers
zende wrote: Base.metadata.drop_all() completely blocks in the tearDown method of some of my tests. What database backend are you using *in the tests*? Where is the code blocking? (ie: when you hit ctrl-c, you should get a traceback, it would be handy to see that...) cheers, Chris --

[sqlalchemy] blocking on Base.metadata.drop_all() in test

2010-07-07 Thread zende
Base.metadata.drop_all() completely blocks in the tearDown method of some of my tests. Session is defined with scoped_session(sessionmaker()) Any ideas how to get around this? -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group,