]> 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:31:25 +0000 (18:31 -0400)
commitfb3243475e208673d98c6a543cf16169f7f5f42d
tree5f51affb961eb20473f5bbbc604c5e29234676de
parent1239df35974c229f7c6e76edbc70431a8b1698b4
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
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]