]> 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:28 +0000 (17:54 -0400)
commitbb9cbe13a1d8c58d7708f161925b207ed9691ffb
tree23e1f003c0b9196a0b5875c0657747a226a7d969
parentb3c53ce42c43cc4f4eb044cacfe28f95d946b0eb
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
(cherry picked from commit 43a111e326acae85f4623b8dd507468d99d5ef3a)
lib/sqlalchemy/testing/requirements.py
test/ext/declarative/test_basic.py