Re: [sqlalchemy] Closing all sqlalchemy sessions, connections, pools, metadata

2020-03-09 Thread Don Smiley
gt; On Mon, Mar 9, 2020, at 5:40 PM, Don Smiley wrote: > > In unit testing with multiple configurations, I am having trouble closing > out everything to go on to the next iteration. For example, the test > creates a class Address. I get the following kind of error: > > ```

[sqlalchemy] Closing all sqlalchemy sessions, connections, pools, metadata

2020-03-09 Thread Don Smiley
In unit testing with multiple configurations, I am having trouble closing out everything to go on to the next iteration. For example, the test creates a class Address. I get the following kind of error: ``` /venv/lib/python3.6/site-packages/SQLAlchemy-1.3.13-py3.6-linux-x86_64.egg/sqlalchemy/ext