these fixtures are only for use within a pytest test suite that is using
SQLAlchemy's plugins. is this for a third party dialect project?
On Thu, Dec 9, 2021, at 9:42 AM, sairohith yerramilli wrote:
> Hi
> I am facing an issue when importing fixtures from sqlalchemy in version
> 1.3.16 and a
Thank you for the quick and clear answer that solves the test case.
I've applied the same approach to the issue in our current codebase and it
completely fixed the issue.
You're the best!
On Wednesday, December 8, 2021 at 1:48:45 PM UTC-6 Mike Bayer wrote:
>
>
> On Wed, Dec 8, 2021, at 10:38 A
Hi
I am facing an issue when importing fixtures from sqlalchemy in version
1.3.16 and above.
When i am trying to import fixtures from sqlalchemy
i.e "from sqlachemy.testing import fixtures" it throwing me an attribute
error says 'NoneType' object has no attribute 'fixture'
This change in behav