]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Disallow memory tests from running on Windows
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2019 02:29:28 +0000 (22:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2019 02:29:28 +0000 (22:29 -0400)
commit12ad9204a241c2c48477f717d184b1c8dec8270b
tree7f2f56fc36e251424ab81df70c0405e174f6471d
parent38b695748557f4987ef79600ee6267725c0db6dc
Disallow memory tests from running on Windows

These tests fail with multiprocess errors involving pickling
of the profile file.  The memory tests are not critical
for windows development nor are the profiling tests overall
as they are against platform independent measurements.

Fixes: #4946
Change-Id: Iaeb3958e59ce7709ba6af3cf9d7baf2a4922bb9b
lib/sqlalchemy/testing/requirements.py
test/aaa_profiling/test_memusage.py
test/requirements.py