From: Mike Bayer Date: Sun, 13 Aug 2023 18:26:57 +0000 (-0400) Subject: disable slotscheck pending core dump issue X-Git-Tag: rel_2_0_20~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf1c669461c841f67d8bfdaea421ce1c82fffdc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git disable slotscheck pending core dump issue Change-Id: I7083d0a9955caa28156e2ed183875b42dbada4c1 References: https://github.com/ariebovenberg/slotscheck/issues/178 --- diff --git a/tox.ini b/tox.ini index 78b805006f..be12bd23a6 100644 --- a/tox.ini +++ b/tox.ini @@ -215,7 +215,7 @@ deps= pydocstyle pygments black==23.3.0 - slotscheck>=0.17.0 + # slotscheck>=0.17.0 # this is to satisfy the mypy plugin dependency # when slotscheck imports sqlalchemy.mypy modules @@ -230,8 +230,8 @@ commands = flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py {posargs} black --check ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py # test with cython and without cython exts running - slotscheck -m sqlalchemy - env DISABLE_SQLALCHEMY_CEXT_RUNTIME=1 slotscheck -m sqlalchemy + # slotscheck -m sqlalchemy + # env DISABLE_SQLALCHEMY_CEXT_RUNTIME=1 slotscheck -m sqlalchemy python ./tools/format_docs_code.py --check python ./tools/generate_tuple_map_overloads.py --check python ./tools/generate_proxy_methods.py --check