]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Disable set eq test for python < 2.7.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2018 20:51:30 +0000 (15:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2018 20:52:43 +0000 (15:52 -0500)
commit3d60b4158ee1485f3c5510796bd19042292eedd5
tree0427c626f505fe6550f2400ab3c5af01c1fdb1bc
parent5fac520b2a1d168387319548c6674d89928f0067
Disable set eq test for python < 2.7.8

A test added in 1.2 thought to confirm a Python 2.7 behavior turns out to
be confirming the behavior only as of Python 2.7.8. Python bug #8743 still
impacts set comparison in Python 2.7.7 and earlier, so the test in question
involving AssociationSet no longer runs for these older Python 2.7
versions.

Change-Id: I4e5ab650fdcbfd215535c58438878e98ef924a9b
Fixes: #3265
doc/build/changelog/unreleased_12/3265.rst [new file with mode: 0644]
test/ext/test_associationproxy.py
test/requirements.py