]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update slotscheck
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Aug 2023 19:30:58 +0000 (15:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Aug 2023 19:30:58 +0000 (15:30 -0400)
we are getting intermittent crashes from slotscheck on CI.
actually I saw one just happen here with the latest version, it's
a core dump :(.  anyway, try it anyway see if things improve

Change-Id: I8c0a37df245e44dbffb4713e52ef27894843a720

tox.ini

diff --git a/tox.ini b/tox.ini
index 390e798d960eab50a73fc2ccc76883f489518678..78b805006f1266dc173654e1a4c862a37c9af414 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -215,7 +215,7 @@ deps=
       pydocstyle
       pygments
       black==23.3.0
-      slotscheck>=0.12,<0.13
+      slotscheck>=0.17.0
 
       # this is to satisfy the mypy plugin dependency
       # when slotscheck imports sqlalchemy.mypy modules