]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix sqlite memory req
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Mar 2020 19:04:53 +0000 (15:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Mar 2020 19:05:35 +0000 (15:05 -0400)
commit4227ef3d10aec4e03bd872a31476dc6ad6e9db0d
tree2a80fcb116d42c0084811d83b012720ce93f69b7
parent3e22b7655a3aca24c993fc70e0caa1cb11205704
Fix sqlite memory req

this is only used by test/requirements.py right now for the
profiling tests but it was not returning the correct answer
during a regenerate operation.

Change-Id: Id9747b4fe562b8bea9b21c465b626b1b19e6956b
(cherry picked from commit 379e878c5854f8d0b4e65338571ba03986901ba8)
test/requirements.py