From: Mike Bayer Date: Fri, 11 Aug 2023 19:30:58 +0000 (-0400) Subject: update slotscheck X-Git-Tag: rel_2_0_20~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872738e2dee8734f9bfee05dd149fa9385ae795f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update slotscheck 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 --- diff --git a/tox.ini b/tox.ini index 390e798d96..78b805006f 100644 --- 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