On Tue, Sep 18, 2012 at 11:07 AM, Ladislav Lenart <lenart...@volny.cz> wrote:
> def create_base():
>     return declarative_base(cls=_Base)

Move the declaration of _Base to within create_base, and I think that
should fix your problem.

(I've had a similar one, not with test cases, but with a replica schema)

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to