]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restore ValueError when greenlet not installed
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Dec 2023 15:55:25 +0000 (10:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Dec 2023 16:01:45 +0000 (11:01 -0500)
commit9528b5977d97993df8c8fe47121ddb8a98dee95a
tree79af30c8e32020959b6d369987851381d5030c69
parente793b35a60584aae52f2e334e996cab5f3a45179
restore ValueError when greenlet not installed

continuing for #10747, add a test asserting we dont get an
endless loop and get a clean ValueError instead when greenlet not
installed and async functions are used.

Fixes: #10747
Change-Id: I54dffe8577025e2ef3a59f5ca9ab7f4362d4d91f
(cherry picked from commit 35a0854cae1e23271963e7781c65495e9c84f872)
lib/sqlalchemy/testing/requirements.py
test/base/test_concurrency_py3k.py