]> 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:04:53 +0000 (15:04 -0400)
commit379e878c5854f8d0b4e65338571ba03986901ba8
treeeb800e99f8ce2a23e7e64b17ecd40485adc78d4a
parente82e04324b8b45367cd53fe9bafeff39a83de3a9
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
test/requirements.py