]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Limit init_subclass test above python 3.6
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Jul 2020 19:48:32 +0000 (15:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Jul 2020 21:54:14 +0000 (17:54 -0400)
commit43a111e326acae85f4623b8dd507468d99d5ef3a
tree11622945065bdfcff2e661d5f7e9424cf447d584
parente2d4b2e72cb97bc5612fa9d1ec7d0ab15d38efe1
Limit init_subclass test above python 3.6

The commit for I1654befe9eb1c8b8e7fc0784bdbe64284614f0ea #5357
runs the test on all Python 3 versions, however we need to limit
at least python 3.6 for this.

Change-Id: Ie86b78bbfd8c7bd013ff9aa7f8905328d792c1b3
lib/sqlalchemy/testing/requirements.py
test/ext/declarative/test_basic.py