]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
omit pypy from sizeof tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2023 15:37:48 +0000 (11:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2023 15:37:48 +0000 (11:37 -0400)
commit73533d4a4cdfaea3f769e7f58691ceb06aac8eed
treeeb09415dbd9c8778e519cd974707cf184d64c43d
parenteb286c15f096771dbb128acbe8fe03e94aa72f6a
omit pypy from sizeof tests

Fixed test that relied on the ``sys.getsizeof()`` function to not run on
pypy, where this function appears to have different behavior than it does
on cpython.

Fixes: #9789
Change-Id: I07b52197c3537c0a3fb7bec0f2caa587dc04cc86
doc/build/changelog/unreleased_20/9789.rst [new file with mode: 0644]
test/orm/test_cache_key.py