]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
disable slotscheck pending core dump issue
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Aug 2023 18:26:57 +0000 (14:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Aug 2023 18:26:57 +0000 (14:26 -0400)
Change-Id: I7083d0a9955caa28156e2ed183875b42dbada4c1
References: https://github.com/ariebovenberg/slotscheck/issues/178

tox.ini

diff --git a/tox.ini b/tox.ini
index 78b805006f1266dc173654e1a4c862a37c9af414..be12bd23a65c1861da0ac3a2d35106a2a56b5bfa 100644 (file)
--- 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