From 0cf1c669461c841f67d8bfdaea421ce1c82fffdc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 13 Aug 2023 14:26:57 -0400 Subject: [PATCH] disable slotscheck pending core dump issue Change-Id: I7083d0a9955caa28156e2ed183875b42dbada4c1 References: https://github.com/ariebovenberg/slotscheck/issues/178 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2