Re: [sqlalchemy] Breaking Integration with Locust Tests? Having a hard time debugging

2022-11-04 Thread Nishant Varma
It seems to have something to do with a non-numeric version. What is the SQLAlchemy verson? Check this issue https://github.com/oracle/python-cx_Oracle/issues/27 to see if it connected. On Sat, Nov 5, 2022, 4:52 AM 'Theo Chitayat' via sqlalchemy < sqlalchemy@googlegroups.com> wrote: > I have a mo

[sqlalchemy] Breaking Integration with Locust Tests? Having a hard time debugging

2022-11-04 Thread 'Theo Chitayat' via sqlalchemy
I have a model that uses ChoiceType like an enum for my FastAPI app. As soon as I install *locust* from pip, i get errors like this: *from sqlalchemy_utils import ChoiceType File "/Users/theo/.local/share/virtualenvs/optis2-data-service-iqC41Vso/lib/python3.9/site-packages/sqlalchemy_utils/__in