]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
comment out pickle/ process test and attempt 2.0.5.post1
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2023 03:25:46 +0000 (22:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2023 03:25:46 +0000 (22:25 -0500)
commit37111795870fd7b8d857790ad1fc5e04278e1de3
tree6c9936ee95588db85c7a4612900f2e1bad84f850
parent9e75d181d05e3ae0fcc0705d453c3daf794b59de
comment out pickle/ process test and attempt 2.0.5.post1

if .post1 fails to work out, we'll just do 2.0.6

The test_pickle_rows_other_process test is failing during wheel
builds as it seems that the "subprocess" run is not using the
cython extensions, leading to a pickle mismatch between the
cythonized and the pure python version of a row.  comment
out this test and attempt to release as 2.0.5.post1 so that
wheels can build.

Fixes: #9429
Change-Id: I6e1e9f2b9c4ef8fa67a88ff86ebdacbeb02b90df
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py
test/sql/test_resultset.py