]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
temporarily disable test_no_attach_to_event_loop
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jun 2021 22:24:43 +0000 (18:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jun 2021 22:24:43 +0000 (18:24 -0400)
commitcf8c76b9fcfcd1e79da4b089e7a86d6300d737e1
tree8399586c3a6c45f1d4b184e1325a7dae308476f3
parentf51c56b8dca0569269a69bd85c25fcfed39a3c9e
temporarily disable test_no_attach_to_event_loop

this test currently causes the test suite to hang; it previously
was not actually running the worker thread
as the testing_engine() fixture
was rejecting the "transfer_staticpool" keyword argument.

as we seem to have a greenlet-related segfault in 3.10.0b2 I am
going to have to get the greenlet devs to run the test suite
so i want to get anything not totally smooth out of it for the
moment.

Change-Id: Ib453d0bc23ca013598bc80ff29e5da496771d5b1
lib/sqlalchemy/testing/fixtures.py
test/ext/asyncio/test_engine_py3k.py