[sqlalchemy] Re: Bug with sqlalchemy==1.2.11 causing a relation error that didn't exist with 1.2.10

2018-08-27 Thread Curtis Castrapel
Actually, this issue may be related to a boto3 / moto upgrade. Please disregard until I investigate further. On Monday, August 27, 2018 at 8:49:36 AM UTC-7, Curtis Castrapel wrote: > > Hi, > > I have an odd issue with sqlachemy==1.2.11 that I haven't seen before. My > unit tests were failing

[sqlalchemy] Bug with sqlalchemy==1.2.11 causing a relation error that didn't exist with 1.2.10

2018-08-27 Thread Curtis Castrapel
Hi, I have an odd issue with sqlachemy==1.2.11 that I haven't seen before. My unit tests were failing locally after the upgrade for Lemur ( https://github.com/Netflix/lemur/ ) . When I test locally, tests pass fine with sqlachemy==1.2.10, but fail with sqlachemy==1.2.11 . Here is the travis