]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove _py3k suffixes from test files
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2025 22:31:25 +0000 (18:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Sep 2025 22:33:58 +0000 (18:33 -0400)
commitf1d0d3817f175e18f02760e1de63ef786dacc9bc
tree9a65814fb45442d9355dd4d218d8d5e4dfd72ead
parent41718f8753baa8751831103a21f3b682079852ee
remove _py3k suffixes from test files

on the theme of 2.0/2.1 are relatively similar right now, do
some more cleanup removing the py3k suffixes that we dont need anymore.

I'm not sure that the logic that would search for these suffixes is
even present anymore and I would guess we removed it when we removed
py2k support.  However, I am planning on possibly bringing it back
for some of the py314 stuff, so I still want to be able to do
suffix stuff.  that will be for another patch.

Change-Id: I929e6edd922f8d5f943acce77191fb1e3035b42c
(cherry picked from commit fb3243475e208673d98c6a543cf16169f7f5f42d)
test/base/test_misc_py3k.py [deleted file]
test/base/test_typing_utils.py
test/dialect/postgresql/test_async_pg.py [moved from test/dialect/postgresql/test_async_pg_py3k.py with 100% similarity]
test/ext/asyncio/test_engine.py [moved from test/ext/asyncio/test_engine_py3k.py with 100% similarity]
test/ext/asyncio/test_scoping.py [moved from test/ext/asyncio/test_scoping_py3k.py with 98% similarity]
test/ext/asyncio/test_session.py [moved from test/ext/asyncio/test_session_py3k.py with 99% similarity]
test/orm/test_dataclasses.py [moved from test/orm/test_dataclasses_py3k.py with 100% similarity]