Files
Nils Philippsen 3bdfd0d3e4 1.4: Fix running tests with Python 3.14
Backported to SQLAlchemy 1.4 an improvement to the test suite with regards
to how asyncio related tests are run, now using the newer Python 3.11
``asyncio.Runner`` or a backported equivalent, rather than relying on the
previous implementation based on ``asyncio.get_event_loop()``.  This allows
the SQLAlchemy 1.4 codebase to run on Python 3.14 which has removed this
method.  Pull request courtesy Nils Philippsen.

Cleaned up some old cruft in tox.ini and added py314 markers.

backported adef933f8d from 2.0 to update test_memusage to use
the "fork" context

Fixes: #12668
Closes: #12666
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12666
Pull-request-sha: 6f0f4d6cca

Change-Id: I1f9682f945836e1e347cf1693eb30ff43ebe6e30
2025-06-12 10:59:33 -04:00
..
2023-07-03 00:18:21 -04:00
2024-09-18 21:41:42 +02:00
2022-03-04 16:35:47 -05:00