diff --git "a/data/python/0b5c0d2.json" "b/data/python/0b5c0d2.json" new file mode 100644--- /dev/null +++ "b/data/python/0b5c0d2.json" @@ -0,0 +1 @@ +{"language": "Python", "id": 206, "repo_owner": "sqlalchemy", "repo_name": "sqlalchemy", "head_branch": "Fix_Improper_Method_Call_notimplemented", "workflow_name": "Run tests on a pr", "workflow_filename": "run-on-pr.yaml", "workflow_path": ".github/workflows/run-on-pr.yaml", "contributor": "fazledyn-or", "sha_fail": "0b5c0d224dc40c1fdb6f56eae310eedc6dc74b28", "sha_success": "62a86232f552b57aa4652bef7767346a1917ea01", "workflow": "name: Run tests on a pr\n\non:\n # run on pull request to main excluding changes that are only on doc or example folders\n pull_request:\n branches:\n - main\n paths-ignore:\n - \"examples/**\"\n\nenv:\n # global env to all steps\n TOX_WORKERS: -n2\n\npermissions:\n contents: read\n\njobs:\n run-test-amd64:\n name: test-amd64-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}\n runs-on: ${{ matrix.os }}\n strategy:\n # run this job using this matrix, excluding some combinations below.\n matrix:\n os:\n - \"ubuntu-latest\"\n python-version:\n - \"3.11\"\n build-type:\n - \"cext\"\n - \"nocext\"\n architecture:\n - x64\n # abort all jobs as soon as one fails\n fail-fast: false\n\n # steps to run in each job. Some are github actions, others run shell commands\n steps:\n - name: Checkout repo\n uses: actions/checkout@v4\n\n - name: Set up python\n uses: actions/setup-python@v4\n with:\n python-version: ${{ matrix.python-version }}\n architecture: ${{ matrix.architecture }}\n\n - name: Install dependencies\n run: |\n python -m pip install --upgrade pip\n pip install --upgrade tox setuptools\n pip list\n\n - name: Run tests\n run: tox -e github-${{ matrix.build-type }} -- -q --nomemory --notimingintensive ${{ matrix.pytest-args }}\n\n run-tox:\n name: ${{ matrix.tox-env }}-${{ matrix.python-version }}\n runs-on: ${{ matrix.os }}\n strategy:\n matrix:\n os:\n - \"ubuntu-latest\"\n python-version:\n - \"3.11\"\n tox-env:\n - mypy\n - lint\n - pep484\n\n fail-fast: false\n\n steps:\n - name: Checkout repo\n uses: actions/checkout@v4\n\n - name: Set up python\n uses: actions/setup-python@v4\n with:\n python-version: ${{ matrix.python-version }}\n architecture: ${{ matrix.architecture }}\n\n - name: Install dependencies\n run: |\n python -m pip install --upgrade pip\n pip install --upgrade tox setuptools\n pip list\n\n - name: Run tox\n run: tox -e ${{ matrix.tox-env }} ${{ matrix.pytest-args }}\n", "logs": [{"step_name": "test-amd64-3.11-cext-x64-ubuntu-latest/5_Run tests.txt", "log": "##[group]Run tox -e github-cext -- -q --nomemory --notimingintensive \n\u001b[36;1mtox -e github-cext -- -q --nomemory --notimingintensive \u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n TOX_WORKERS: -n2\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib\n##[endgroup]\ngithub-cext: install_deps> python -I -m pip install --only-binary=pymssql 'pytest-xdist!=3.3.0' 'pytest<8,>=7.0.0rc1' '.[aiosqlite]'\n.pkg: install_requires> python -I -m pip install 'cython>=0.29.24; platform_python_implementation == \"CPython\"' 'setuptools>=47'\n.pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_wheel> python -I -m pip install wheel\n.pkg: get_requires_for_build_editable> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_editable> python -I -m pip install wheel\n.pkg: freeze> python -m pip freeze --all\n.pkg: Cython==3.0.5,pip==23.3.1,setuptools==68.2.2,wheel==0.41.2\n.pkg: build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\ngithub-cext: install_package_deps> python -I -m pip install --only-binary=pymssql 'greenlet!=0.4.17' 'typing-extensions>=4.2.0'\ngithub-cext: install_package> python -I -m pip install --only-binary=pymssql --force-reinstall --no-deps /home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz\ngithub-cext: freeze> python -m pip freeze --all\ngithub-cext: aiosqlite==0.19.0,execnet==2.0.2,greenlet==3.0.1,iniconfig==2.0.0,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.3,pytest-xdist==3.5.0,setuptools==68.2.2,SQLAlchemy @ file:///home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz#sha256=058f38c168c973f148423961e29387c926bc18997f57d141fe75e79eee00b602,typing_extensions==4.8.0,wheel==0.41.2\ngithub-cext: commands[0]> python -m pytest -n2 -m 'not memory_intensive and not mypy' -q --nomemory --notimingintensive\n=========================== sqlalchemy installation ============================\nSQLAlchemy 2.1.0b1 (no user site)\nPath: /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/sqlalchemy/__init__.py\ncompiled extension enabled, e.g. /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/sqlalchemy/cyextension/util.cpython-311-x86_64-linux-gnu.so \n============================= test session starts ==============================\nplatform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0\ncachedir: .tox/github-cext/.pytest_cache\nrootdir: /home/runner/work/sqlalchemy/sqlalchemy\nconfigfile: pyproject.toml\nplugins: xdist-3.5.0\ncreated: 2/2 workers\n2 workers [31145 items]\n\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 1%]\n......................................................................... [ 1%]\n.......................................................ss............... [ 1%]\n............................sssss........................................ [ 1%]\n............s........................................................... [ 2%]\n........................................................................ [ 2%]\n........................................................................ [ 2%]\n...........................ss.ss........................................ [ 2%]\n........................................................................ [ 3%]\n..................................................................sss... [ 3%]\n......................................................................... [ 3%]\n........................................................................ [ 3%]\ns.ssssssssssssssssssssssss.............sss...sss......................... [ 3%]\n.......s...........sss..sssssss.ss..................sssssssssssssss.ssss [ 4%]\nsssssssssssssssssssssssssssss........................................... [ 4%]\n..............................................................ssssssss.s [ 4%]\nsssssssssssssssssssss.ssssssssss..sssssss.ss.................sssssssssss [ 4%]\nsss.ssssssssssss........................................................ [ 5%]\n........................................................................ [ 5%]\n...........ssssss.sss................................................... [ 5%]\n........................................................................ [ 5%]\n........................................................................ [ 6%]\n........................................................................ [ 6%]\n........................................................................ [ 6%]\n...................................sssssssssssssssss..s......sss........ [ 6%]\n...........s.....sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 6%]\nssssssssssssssssssssssssssssssssssssssssssssssssssss.................... [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 8%]\n........................................................................ [ 8%]\n........................................................................ [ 8%]\n......................................s.........................s....... [ 8%]\n..........................s.s..........................ss............... [ 9%]\n...................sssss................................................ [ 9%]\n........................................................................ [ 9%]\n.......................................ss....s..s................s...... [ 9%]\n..........s....s...........................s............................ [ 9%]\n.s...................................................................... [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 11%]\n........................................................................ [ 11%]\n........................................................................ [ 11%]\n....................................s.sss............................... [ 11%]\n........................................................................ [ 12%]\n........................................................................ [ 12%]\n........................................................................ [ 12%]\n........................................................................ [ 12%]\n.......................................................................s [ 12%]\nssssssss..................................................s.s.s......... [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 15%]\n........................................................................ [ 15%]\n...............ssssssssssss............................................. [ 15%]\n........................................................................ [ 15%]\n........................................................................ [ 15%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n..................................ssssssssssssssssssssssssssssssssssssss [ 17%]\nsssssss................................................................. [ 17%]\n.........F...F.......................................................... [ 17%]\n........................................................................ [ 17%]\n.............................................sssssssssssssss............ [ 18%]\n........................................................................ [ 18%]\n............................ssssssssss.................................. [ 18%]\n........................................................................ [ 18%]\n........................................................................ [ 18%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 20%]\n.......................sss.ss........................................... [ 20%]\n........................................................................ [ 20%]\n........................................................................ [ 20%]\n......................................................................... [ 21%]\n........................................................................ [ 21%]\n................................................................ss....... [ 21%]\n........................................................................ [ 21%]\n........................................................................ [ 21%]\n........................................................................ [ 22%]\n......................................................................... [ 22%]\n........................................................................ [ 22%]\n................................s.......s.....ss..s.s.s.s..s.s..s.s.s.ss [ 22%]\ns.ss.s.s.s.ss.sss.ss.s.s.sss.sss..s.s.ss..s.s.s.s.s.s.s.s.ssss.s.s..s.s. [ 23%]\ns..s.s.s.s.s..s.s.ss.s.s..sss.s.s.s.s.s..s.s.s.s..s.s.s..s.s..s.s.s..s.s. [ 23%]\n.s..s..s..s..s.s.s.s........s..s........s.s.......s..s.........s.s..ss... [ 23%]\nss..ss...sss.sssssss.....s..ss..ss.ss..ssss.s.ss..ss.ss.sss.s.s.ss..ss.s [ 23%]\nss.ss.ss..ss..sssss..ss..ss..ss.ss.sss..ss.s.s..sssss..ss..ss.s.s.ssss.s [ 24%]\n.ss..ss..ssss..............................................sssss.sssssss [ 24%]\ns.ssssssssss.ssssssss.ssssssss.ssssssss.ssssssss.sss......ss.ss......... [ 24%]\n...............s.s..............................s....................... [ 24%]\n........................................................................ [ 24%]\n........................................................................ [ 25%]\n........................................................................ [ 25%]\n......................................................................... [ 25%]\n........................................................................ [ 25%]\n.................................................................s...... [ 26%]\n......................s................................................. [ 26%]\n........................................................................ [ 26%]\n........................................................................ [ 26%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n......................................................................... [ 28%]\n........................................................................ [ 28%]\n........................................................................ [ 28%]\n........................................................................ [ 28%]\n......................................................................... [ 28%]\n........................................................................ [ 29%]\n........................................................................ [ 29%]\n......................................................................... [ 29%]\n........................................................................ [ 29%]\n........................................................................ [ 30%]\n..........s..s.....s..s...s.s....s..s...s.s.s......s.....s...s.......s..s [ 30%]\ns.ssssssssssss.......................................................... [ 30%]\n........................................................................ [ 30%]\n........................................................................ [ 31%]\n........................................................................ [ 31%]\n........................................................................ [ 31%]\n........................................................................ [ 31%]\n.....................................s.................................. [ 31%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 33%]\n........................................................................ [ 33%]\n........................................................................ [ 33%]\n........s............................................................... [ 33%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 35%]\n......................................................................... [ 35%]\n...........................................................s............ [ 35%]\n..................s..................................................... [ 35%]\n.......................................sssssssssssss.................... [ 36%]\n........................................................................ [ 36%]\n........................................................................ [ 36%]\n..........................sss..................................ssss..... [ 36%]\n........................................................................ [ 37%]\n.........sssssssssssss.ss............................................... [ 37%]\n...ss...................................................ssssssssss...... [ 37%]\n.ssssssssss.................................................sss.ssssssss [ 37%]\nsssssssssss.sssssssssssssss.ssssssssss.................................. [ 37%]\n........................................................................ [ 38%]\n.................................................s.ss.ssssssssssssssssss [ 38%]\n.........................................................ssssssss....... [ 38%]\n........................................................................ [ 38%]\n........................................................................ [ 39%]\n.....................................................................s.. [ 39%]\n........................................................................ [ 39%]\n....................sssssssssss.sssssssssssssss......................... [ 39%]\n..s..s................s.........s....s...s...s............s............. [ 40%]\n.......s....................s............................s...........ss. [ 40%]\n..s...s....ss..s.ssss................................................... [ 40%]\n............................................................ssssssssssss [ 40%]\nsssssssssssssssssssss................................................... [ 40%]\n......................................................................... [ 41%]\n........................................................................ [ 41%]\n........................................................................ [ 41%]\n........................................................................ [ 41%]\n........................................................................ [ 42%]\n........................................................................ [ 42%]\n............................................................s....ss.ssss [ 42%]\n........................................................................ [ 42%]\n..................s..................................................... [ 43%]\n........................................................................ [ 43%]\n........................................................................ [ 43%]\n.........................sss..ss........................................ [ 43%]\n.ss...s............s...ss.....ss.....s.................................. [ 43%]\n........................................................................ [ 44%]\n......................................................................... [ 44%]\n........................................................................ [ 44%]\n........................................................................ [ 44%]\n........................................................................ [ 45%]\n..................................ssssssssssssssssssssssssssssssssssssss [ 45%]\nssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 45%]\n........................................................................ [ 45%]\n....................ssss.sssssssssssssssssssssssssssssssssssssssssssssss [ 46%]\nsssssssssssssssssssssssssssssssss.....ss..s............................. [ 46%]\n................ssssss.................................................. [ 46%]\n............................................................s....s....ss [ 46%]\nssss..sss.ss.......s.......s..ssss....ssssssssssss..........sssss....... [ 46%]\n..............................sssss....s.sss.sssss.ss.ss................ [ 47%]\n.............................ss.ss.ss.s................s..........s...... [ 47%]\n...............s........................................................ [ 47%]\n.......s...........sssssssss..........................................ss [ 47%]\nsss...........ss.................ssssssssssssssssssssss................. [ 48%]\n......................................ssssssssssssssssssssssss.......... [ 48%]\n........s......s..sssss..............ssssss......ssssss................. [ 48%]\n...............sssss.................................................... [ 48%]\n........................................................................ [ 49%]\n........................................................................ [ 49%]\n...............................................sssss.sssssssssss.sssssss [ 49%]\nssss..........ssssss.ssssssssss.ssssssssssss.ssssssssssss............... [ 49%]\nsss.ss.........ssss.sssssssssssssssssssssssssssss.ssssssssssssssssssssss [ 49%]\nssss.sssssssssssssssssssssssssss.ssssssssssssssssssssssssssss.ssssssssss [ 50%]\nssss..............s...............s................................s..s. [ 50%]\nssssss..s......s..ssssssss.sssssssss.sssss.....ssssss.s................. [ 50%]\n........................................................................ [ 50%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 53%]\n......................................................................... [ 53%]\n.......sss.............s...ss...s.s.s..s.........................s...... [ 53%]\n..........................s........................................sss... [ 53%]\nssss..sss...s.sssss.sss.......s..sss.................................... [ 54%]\n..................................sss.sss...s.....s....ss..........ss... [ 54%]\n....ss........ss................s..s...sss..ss...ss..ss...ss..s.s..ss... [ 54%]\nss...s.s..s.s.sss.......ss..s.......s....s.ssss.sss.ssss..s............. [ 54%]\n........................................................................ [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 56%]\n........................................................................ [ 56%]\n......................................................................... [ 56%]\n........................................................................ [ 56%]\n........................................................................ [ 56%]\n........................................................................ [ 57%]\n........................................................................ [ 57%]\n........................................................................ [ 57%]\n........................................................................ [ 57%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 59%]\n........................................................................ [ 59%]\n........................................................................ [ 59%]\n......................................................................... [ 59%]\n........................................................................ [ 59%]\n........................................................................ [ 60%]\n........................................................................ [ 60%]\n................................s.s..................................... [ 60%]\n...................................s.sss.ss.sss.sss.ss.ss.s.ss.ss.sss.ss. [ 60%]\nss.ssssssssss............................................s.............s. [ 61%]\n.................s....................s.....................s........... [ 61%]\n.......s....................s....................s....................s. [ 61%]\n................ssssssss.s.sssssss................ss.ss.................. [ 61%]\n.............................sss.s.................................s.sss [ 62%]\ns.sssssss.sss.ssss.ss.sss.ssss.ssss.sss.ssss.ss.ss.sss.sss.ssss.sssss.ss [ 62%]\nssss.sssss.ss.ssss.sss.sss.s.ss.sss.sss.ss.ss.s.ss.ss.ss.ssssssss.ssss.s [ 62%]\nsss.sss.sssssss.sssss.sssss.sssss.ssss.sssss.ssssss.ssssss.sssss.sssssss [ 62%]\n.sss.s.ss.ss.ss.ss.ss.sss.ss.s.ss.ss.ss.ss.s.s.ss.ss.s.ss.s.ss.s.ss.ss.s [ 62%]\ns.ss.ssssss.s............................sssssssss...................... [ 63%]\n.....s.s................................................................ [ 63%]\n.............s.sss.ss.ssss.sss.sss.ssss.sss.ssss.sss.ss.ss.ss.sss.ssssss [ 63%]\n.sss.ss.ss.sssss.sss.sssssssss.sss.ss.s.s.sss.s.s.ss.ss.ss.s.ss.sss...ss [ 63%]\nss.ss.ss.ss.s.s.s.s.s.s.s.s.s.s.ss.s.s.ssss.ss.s.s.s.sss.ss.s.s.ssss.ss.s [ 64%]\nssss.sss.ss.ss.ss.ss.ss.sssss.ss.ss.sss.ss.ss.sss.sss.ssss.sssss.sss.ss.s [ 64%]\nsss.ssss.ssss.ss.ss.sssssss.ssss.sssss.ssss.ss.ss.ss.s.ssss.s.ss.ss.ss.s [ 64%]\ns.ss.s.ss.ss.ss.s.ss.sssss..s.ssss.ss.ss.ss.s.ss.sss.ss.s.ss.ss.ss.sssss [ 64%]\nsssssssssssss.ssssssssss.ssssssssssss.sssssssssssss.sssssssss.ss.ss.sss. [ 65%]\nss.ss.sss.ss.ss.ss.ss.ss.ss.ss.ss.s.s.ss.s.ss.ss.s.ss.ss.s.ss.ss.s.ss.s.s [ 65%]\ns.ss.s.sss.ss.ss.ss.ss.ss.ss.ss.ss.s.ss.sss..ss.ss.ssss.ss.s.ss.sss.s.ss [ 65%]\n.s.ss.ss.ss.ss.ss.ss.ss.s.s.ss.s.s.ss.ss.sss.s.sss.ss.s.sss.ss.ss.ssss.s [ 65%]\ns.sss.ssss.ss.ss.sss.sss.sss.ss.sss.sss.ss.ss.ss.ss.ss.ss.ss.ss.ss.sss.s [ 65%]\ns.ss.ss.ss.sss.ss.ssss.sss.ss.ss.ss.ss.sss.sss.ss.sss.sss.s.ss.ss.ssss.s [ 66%]\ns.ss.s.ss.ss.ss.sssss.sss.sss.ss.ss.ssss.ss.sss.ss.ss.sss.ss.sss.ssss.ss. [ 66%]\nss.ss.ss.ss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 66%]\nsssssssssssssssssssssssss.sssssss.ssssssss.sssssssss.ssssssss.ssssssssss [ 66%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 67%]\nssssssssss.sssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssss [ 67%]\nsssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssss.s [ 67%]\nsssssssssssssssssssssss.ssssssssssssssssssssssss.sssssssssssssssssssss.s [ 67%]\nssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssss [ 68%]\nssssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssss [ 68%]\nsssssss.ssssssssssssssssssssssssssssss.sssssssssssssssss................ [ 68%]\n..................................................ssssssssssssssssssssss [ 68%]\nssssss.sssssssssssssssssssssssss.sssssssssssssssssssssssss.sssssssssssss [ 68%]\nssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssss. [ 69%]\nssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssss [ 69%]\nssssss.sssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssss.s [ 69%]\nsssssssssssssssssssss.sssssssssssssssssssssssssssssss.ssssssssssssssssss [ 69%]\nssssssssssssssssssss.ssssssssssssssssssssssssssssssssss.ssssssssssssssss [ 70%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 70%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 70%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 70%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]\nsssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssss [ 71%]\nssssssssssssssssssss.ssssssssssssssssssssssssssssssss.ssssssssssssssssss [ 71%]\nsssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%]\nssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssss. [ 72%]\n........................................................................ [ 72%]\n.......................ssssssssssssssss.sssssss......................... [ 73%]\n.....................sssssss............................................ [ 73%]\n.ssssssssssssssss........................................ssssssss.ssssss [ 73%]\n........................sssssssss....................................... [ 73%]\n...........................sssssssssssssssssssssssssssssssssssss.sssssss [ 74%]\nssssssssssssssssssssssssssssssssssssss.sssssssssss.ssssssss.sssssss.ssss [ 74%]\nsss.sssssss.ssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssss [ 74%]\nsssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssss [ 74%]\nsssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssss [ 74%]\nssssssssssssssssssss.sssssssssssssssssssssssssssss.sssssssssssssssssssss [ 75%]\nssss.sssssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssss [ 75%]\nsssssssss...ssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%]\nssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssss [ 75%]\nssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssss [ 76%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%]\nsssssssssssssssssssssssssssss.ssssssssssssss.sssssssssssssssssssssssssss [ 76%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssss [ 76%]\nsssssss.ssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssss [ 77%]\nssssssssss.sssssssssssssssssssssssss.s.ss.ss.s.ss.s.ss.ss.s.ss.s.sss.ss. [ 77%]\ns.ss.s.ss.s.ss.ss.s.s.s.sss.ss.ss.ss.sssssssssssssssssssssssssssssssssss [ 77%]\nsssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssss [ 77%]\nssssssssssssssssssss.sss.sss.ss.ss.sss.ss.ss.ssssssss.sssssssss.ssss.ss. [ 77%]\nsss.ssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssss. [ 78%]\n.......................sss.ssssss....................................... [ 78%]\n.......................sssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssss [ 81%]\nsssssssssssssssss.ssssssssssssssssssss.sssssssssssssssssssss.sssssssssss [ 81%]\nsssssssssssssssssssss.ssssssssssssssssssssssssssssssssss.sssssssssssssss [ 81%]\nsssssssssss.ss.s.sss.ssss.ss.sss.ssssssssssssssss.sssssss.ssssssssssssss [ 81%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssss [ 82%]\nssssssssssssssssssssssssssssss.ssssssssssssssss....sssss.sssssssssssssss [ 82%]\nsssssssssssssssssss.ssssssssssssssssssssssss.sssssssssssssssssssssssssss [ 82%]\nsssssssss.sssssssssssssssssssssssssssss................................. [ 83%]\n......sssssssssssssssssssss...........s...s..........................ss. [ 83%]\nsss.ssss.ssss.sss.ssss.ss.s.s.ss.s.ss.s.s.ssssssssssssssssss.s.......... [ 83%]\n....s.sssssssssssss.ssssssssssssss.ssssssssssssss.ssssssssssssssssssssss [ 83%]\nsss.......................sssssssss..................................... [ 84%]\n.........................sssssssssssssssssssssssssssssssssssssssssssssss [ 84%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssss [ 86%]\nssssssss.sssssssssssss.sssssssssssssss.ssssssssssssssss.ssssssssssssss.s [ 86%]\nsssssssss.ssssss.ssssss.ssssss.sssss.sssssss.sssssssss.ssssssssssssss.ss [ 86%]\nsss.ssss.sssssssssssssssssssssssssssssss.sssssssssssss.ssss.ssssssssssss [ 86%]\nssssssss.ssssssssssssssssssssssssss.ssssssssssssssssssss.sssssssssssssss [ 87%]\nsssssssss.sssssssssssssssssss.ssssssssssssssssss.ssssssssssssssss.ssssss [ 87%]\nssssssssssss.ssssssssssssssss.sssssssssssssss.ssssssssssssss.sssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.........ss. [ 88%]\n...sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]\nsssssssssssssss.......................ssss.......sssssssssssssssssssssss [ 89%]\nss....ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]\nsssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssss.sssssss [ 89%]\nssssssssssssssssssssssssssssssss.sssssss.sssssssssssssssssss.sssssssssss [ 90%]\nsss.sssssssssssss.sssssssssssss.ssssssssssssssss.sssssssssssssssssssss.s [ 90%]\nsssssssssssssss.ssssssssssssssssssss.ssssss.ss.......................... [ 90%]\n........ss.........s...sssssssss........................................ [ 90%]\n........................................................................ [ 90%]\n........................................................................ [ 91%]\n........................................................................ [ 91%]\n....................................................................ss.. [ 91%]\n..sssssssssssssss.sssssssssssssssssssssss.sssssssssssssssssssss.ssssssss [ 91%]\nsssssssssssssss.sssssssssssss.........................................s. [ 92%]\n...................................s...ssss..............s.............. [ 92%]\n..sss................................................................... [ 92%]\n...............sssssssssss.sssssssssssssssssss.sssssssssssssssssssss.sss [ 92%]\nsssssssssssssss..........................................ss............. [ 93%]\n.........................................s...ss......ss..ss..ss..ss..ss. [ 93%]\n.....................ssssss............................................. [ 93%]\n.......................ssss....ssss..............................ss..... [ 93%]\n..s.............................................................ssssssss. [ 93%]\nsssssssssssssssssss.sssssssssssssssssssssssss.sssssssssssssssssssssssss. [ 94%]\nssssssssssssssssssssssssss.sssssssssssssssssssssssssss.sssssssssssssssss [ 94%]\nssssssssss.sssssssssssssssssssssssssss.sssssssssssssssssssssssss.sssssss [ 94%]\nssssssssssssssssssss.sssssssssssssssssssssssssss.sssssssssssssssssssssss [ 94%]\nsss.ssssssssssssssssssssssssss.ssssssssssssssssssssssss.ssssssssssssssss [ 95%]\nssssssssss.sssssssssssssssssssssssssss.ssssssssssssssssssssssssssssss.ss [ 95%]\nsssssssssssssssssssssssssss.sssssssssssssssssssssssssss.ssssssssssssssss [ 95%]\nsssssss.sssssssssssssssssssssssss.sssssssssssssssssssssssssss.ssssssssss [ 95%]\nsssssssssssssss.sssssssssssssssssssssssssss.sssssssssssssssssssssssss.ss [ 96%]\nssssssssssssssssssssssss.ssssssssssssssssssssssss.ssssssssssssssssssssss [ 96%]\nsss.ssssssssssssssssssssss.sssssssssssssssssssss.sssssssssssssssssssss.s [ 96%]\nsssssssssssssssssssss.sssssssssssssssssssssss.ssssssssssssssssssssss.sss [ 96%]\nsssssssssssssssssssss.sssssssssssssssssssssssss.ssssssssssssssssssssssss. [ 96%]\nssssssssssssssssssssss.sssssssssssssssssssssssss.sssssssssssssssssssss.s [ 97%]\nsssssssssssssssssssss.ssssssssssssssssssssss.sssssssssssssssssssssss.sss [ 97%]\nsssssssssssssss.sssssssssssssssssssssss.sssssssssssssssssssssss.ss...... [ 97%]\n..................ssssssssss............................................ [ 97%]\n.......................ssssssssssssssssssssssss.ssssssssssssssssssssssss [ 98%]\nsss.ssssssssssssssssssssssssssssss.ssssssssssssssssssssssssss........... [ 98%]\n........................................................................ [ 98%]\n........................................................................ [ 98%]\n........................................................................ [ 99%]\n........................................................................ [ 99%]\n........................................................................ [ 99%]\n.........................................................ss............. [ 99%]\n.......................s................................................ [ 99%]\n..........\n=================================== FAILURES ===================================\n___________________________ CollectionsTest.test_set ___________________________\n[gw0] linux -- Python 3.11.6 /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/bin/python\nTraceback (most recent call last):\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 341, in from_call\n result: Optional[TResult] = func()\n ^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 262, in \n lambda: ihook(item=item, **kwds), when=when, reraise=reraise\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 152, in _multicall\n return outcome.get_result()\n ^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_result.py\", line 114, in get_result\n raise exc.with_traceback(exc.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 177, in pytest_runtest_call\n raise e\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 169, in pytest_runtest_call\n item.runtest()\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/python.py\", line 1792, in runtest\n self.ihook.pytest_pyfunc_call(pyfuncitem=self)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 113, in _multicall\n raise exception.with_traceback(exception.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/python.py\", line 194, in pytest_pyfunc_call\n result = testfunction(**testargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 1112, in test_set\n self._test_set(set)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 871, in _test_set\n assert False\nAssertionError: assert False\n----------------------------- Captured stdout call -----------------------------\nb\"This is a special 'empty' collection which cannot accommodate internal mutation operations\"\n______________________ CollectionsTest.test_set_subclass _______________________\n[gw0] linux -- Python 3.11.6 /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/bin/python\nTraceback (most recent call last):\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 341, in from_call\n result: Optional[TResult] = func()\n ^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 262, in \n lambda: ihook(item=item, **kwds), when=when, reraise=reraise\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 152, in _multicall\n return outcome.get_result()\n ^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_result.py\", line 114, in get_result\n raise exc.with_traceback(exc.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 177, in pytest_runtest_call\n raise e\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/runner.py\", line 169, in pytest_runtest_call\n item.runtest()\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/python.py\", line 1792, in runtest\n self.ihook.pytest_pyfunc_call(pyfuncitem=self)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 113, in _multicall\n raise exception.with_traceback(exception.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-cext/lib/python3.11/site-packages/_pytest/python.py\", line 194, in pytest_pyfunc_call\n result = testfunction(**testargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 1122, in test_set_subclass\n self._test_set(MySet)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 871, in _test_set\n assert False\nAssertionError: assert False\n----------------------------- Captured stdout call -----------------------------\nb\"This is a special 'empty' collection which cannot accommodate internal mutation operations\"\n=========================== short test summary info ============================\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_ddlevents.SequenceDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_defaults.CTEDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_defaults.IdentityDefaultsOnUpdateTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_alias_plus_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_three_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_two_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_two_table_plus_alias (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_deprecations.LegacySchemaAliasingBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.BackendDialectTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H&host=H:P&host=H-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H,H,H&port=P,P,P-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H&host=H-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H&host=H:P-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H:P&host=H:P-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***H:P/DB-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [11] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.CXOracleConnectArgsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.ComputedReturningTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.DefaultSchemaNameTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_ensure_version_is_qualified (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_mariadb_connector_special_encodings (call)' : not mariadb+mariadbconnector\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_random_arg (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_special_encodings[utf8] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_special_encodings[utf8mb4] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [9] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.DialectWBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.ExecuteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyFlagOptionsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyValuesInsertsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyValuesPlusBatchInsertsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.ExecutionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.MiscBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [29] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OptimizedFetchLimitOffsetTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [11] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OracleDbConnectArgsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OracledbMode' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OutParamTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.PGCodeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.Psycopg3Test' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.QuotedBindRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.RemoveUTCTimestampTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.SQLModeDetectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.TableValuedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.UnicodeSchemaTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_async_pg_py3k.AsyncPgTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [17] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.FastExecutemanyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.InvalidTransactionFalsePositiveTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.MiscTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mssql/test_engine.py::ParseConnectTest::test_bad_freetds_warning (call)' : not mssql+pymssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.RealIsolationLevelTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [45] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncEngineTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncInspection' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncProxyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [46] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncResultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_37_2::test_cursor_execute (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_37_2::test_transactional_advanced (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_37_2::test_raw_python (call)' : not postgresql+psycopg and not postgresql+psycopg2 and not postgresql+psycopg2cffi and not mysql+mysqlconnector and not mysql+pymysql and not mysql+cymysql and not mariadb+mysqlconnector and not mariadb+pymysql and not mariadb+cymysql and not mssql+pymssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_37_2::test_raw_sprintf (call)' : not mysql+mysqldb and not mysql+pymysql and not mysql+cymysql and not mysql+mysqlconnector and not mariadb+mysqldb and not mariadb+pymysql and not mariadb+cymysql and not mariadb+mysqlconnector and not postgresql+pg8000\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_37_2::test_alter_invalidate_pool_stays_true (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_37_2::test_alter_invalidate_pool_to_false (call)' : sqlite\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_execute.SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'sqlite\nSKIPPED [2] test/orm/declarative/test_basic.py:2276: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2372: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2385: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2699: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:1232: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2576: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:3029: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2958: current base has no metaclass\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.inheritance.test_basic.PassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_for_update.MySQLForUpdateLockingTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_for_update.SkipLockedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[False-False-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[True-False-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[True-True-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [12] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.dml.test_bulk_statements.CTETest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [45] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_horizontal_shard.MultipleDialectShardTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_identity_column.IdentityDDL' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_indexable.IndexPropertyArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_indexable.IndexPropertyJsonTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [61] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: No profiling stats available on this platform for this function. Run tests with --write-profiles to add statistics to profiles.txt for this platform.\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_fixture_downgraded[downgrade] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_fixture_downgraded[not_downgrade] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_inserts_w_all_nulls[not_sort_by_parameter_order-datatype2-_exclusions_02] (call)' : custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_inserts_w_all_nulls[sort_by_parameter_order-datatype2-_exclusions_02] (call)' : custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-not_add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-not_add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-not_add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-not_add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four[False-_exclusions_01] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four[True-_exclusions_00] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four_a[False-_exclusions_01] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four_a[True-_exclusions_00] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertManyValuesTest_sqlite+pysqlite_3_37_2::test_insert_w_bindparam_in_nested_insert[add_expr_returning] (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertManyValuesTest_sqlite+pysqlite_3_37_2::test_insert_w_bindparam_in_nested_insert[not_add_expr_returning] (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_37_2::test_explicit_sequence (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_core_compilation.py::PropagateAttrsTest::test_autoflushes[-True-_exclusions_013] (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_core_compilation.py::PropagateAttrsTest::test_propagate_attr_yesno[-True-_exclusions_013] (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_37_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_37_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.AnyAllTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.ComputedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.ExtractTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.FunctionTypingTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.IdentityInsertTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.IdiosyncrasyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.InsertTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'MatchTest' skipped by full_text_search_missing\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.MatchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [32] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.MatchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [21] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_mutable.MutableColumnCopyArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.QueryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_query.py::SessionBindTest::test_column_property_select (call)' : mssql or sqlite\nSKIPPED [21] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.TableValuedRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.TableValuedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_change_m2o_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_change_m2o_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.TupleTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_37_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_fk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_fk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_pk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_bidirectional_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytoone_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_onetoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_naturalpks.NonPKCascadeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_37_2::test_reverse_savepoint (call)' : savepoints not supported\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_naturalpks.SelfReferentialTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [26] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_on_conflict.OnConflictTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_on_duplicate.OnDuplicateTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_multiple_invalidate (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_rollback_on_invalid_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_rollback_on_invalid_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_reconnect.ReconnectRecipeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_37_2::test_pysqlcipher_connects (call)' : not sqlite+pysqlcipher\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.ArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_37_2::test_dialect_autocommit_is_restored[not_use_dialect_setting] (call)' : custom function or +aiosqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_37_2::test_dialect_autocommit_is_restored[use_dialect_setting] (call)' : custom function or +aiosqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_delete_from_round_trip (call)' : marked as skip\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_delete_scalar_subq_round_trip (call)' : not postgresql and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_update_from_round_trip (call)' : not postgresql and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_37_2::test_reflect_covering_index (call)' : not postgresql >= (11,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_comments_unicode (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_comments_unicode_full (call)' : not postgresql and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_comments (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_comments_with_schema (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_inter_schema_foreign_keys (call)' : not postgresql and not mysql and not mariadb and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_not_existing_table[get_table_comment-_exclusions_07] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_not_existing_table[get_table_options-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_schema_cache (call)' : sqlite or oracle\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.DateTimeTZTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_bound_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_expr_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_no_order (call)' : not postgresql and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_nobinds (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_percent (call)' : not mssql >= (11,) and not oracle >= (12,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_percent_ties (call)' : not mssql >= (11,) and not oracle >= (12,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_ties_exact_number (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_percent (call)' : not mssql >= (11,) and not oracle >= (12,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_percent_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_37_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_37_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_dialect.FutureWeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not oracle\nSKIPPED [11] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.HasSequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.HasSequenceTestEmpty' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_select.IdentityColumnTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.IntervalTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle and not postgresql\nSKIPPED [12] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.AdditionalReflectionTests' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_37_2::test_dialect_user_setting_is_restored (call)' : custom function or +aiosqlite\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.ConstraintTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_index_typed_access[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.DBLinkReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_index_typed_comparison[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_path_typed_comparison[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_37_2::test_regexp_replace (call)' : not postgresql and not mysql >= (8,) and not mariadb and not oracle\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.NativeUUIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.NormalizedNameTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Backend does not require denormalized names.\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.PrecisionIntervalTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle and not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_37_2::test_get_table_comment[quote \" two-_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_37_2::test_get_table_comment[quote ' one-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.SequenceCompilerTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [15] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_results.ServerSideCursorsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no server side cursors support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_37_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_37_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.TableNoColumnsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.TimeTZTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.TimestampMicrosecondsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_select.ValuesExpressionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not mssql\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_dialect.WeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not oracle\nSKIPPED [13] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.DomainReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.DontReflectIOTTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.ForeignTableReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_reflection.IdentityColumnTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [14] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.IntervalReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [16] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.MaterializedViewReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.MultiSchemaTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.PartitionedReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.ReflectHugeViewTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [49] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [45] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_comment_reflection (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_fk_options (call)' : not postgresql and not mysql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_unknown_types (call)' : sqlite\nSKIPPED [1] test/engine/test_reflection.py:2036: 'test/engine/test_reflection.py::ReverseCasingReflectTest_sqlite+pysqlite_3_37_2::test_direct_quoting (setup)' : Backend does not require denormalized names.\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.RoundTripIndexTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_37_2::test_blank_schema_arg (call)' : not postgresql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_37_2::test_reflect_all_schemas_default_overlap (call)' : not postgresql and not mysql and not mariadb and not mssql\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.SystemTableTablenamesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.TableReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.TestReflectDifficultColTypes' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_reflection.TypeReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.TypeReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.ViewReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint_agg_upd_eval (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint_agg_upd_fetch (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_37_2::test_contextmanager_nested_rollback (call)' : savepoints not supported\nSKIPPED [24] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: savepoints not enabled\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_37_2::test_rollback_is_global (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_37_2::test_key_replaced_by_update_nested (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_rollback_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_rollback_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_close_one (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_close_two (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase_commit (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase_rollback (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_37_2::test_pk_violation_with_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_expunge_pending_on_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_commit_collections (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_delete (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_lost_still_runs (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback_collections (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_update_deleted_on_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_dirty_state_transferred_deep_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_external_nested_transaction (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_failed_rollback_deactivates_transaction (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_invalidate (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_mixed_transaction_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_accounting_deleted_items_restored (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_accounting_new_items_removed (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_autotrans (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_transaction (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_transaction_connection_add (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_committed_state (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_on_external (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_transactions_isolated (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_one_True_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_one_True_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_three_True_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_three_True_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_two_False_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_two_False_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_commit_inactive (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_autobegins_real_trans_from_nested (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_rolls_back_savepoint[False] (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_rolls_back_savepoint[True] (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_deactivated_savepoint_warning_straight (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_multiple_two_phase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_nested_subtransaction_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_nested_subtransaction_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_deactive (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_deactive_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_reset_rollback_two_phase_no_rollback (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_rollback_inactive (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_five (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_four (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_one (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_release_fails_ctxmanager (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_release_fails_flat (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback_fails_flat (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_seven (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_six (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_three (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_two (call)' : savepoints not supported\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_two_phase_recover (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_two_phase_transaction (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::TwoPhaseTest_sqlite+pysqlite_3_37_2::test_rollback_on_prepare (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [32] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.ArrayEnum' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.ArrayJSON' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.BinaryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.BooleanTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.CITextTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [230] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.CoreArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_returning.SequenceReturningTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_scoping_py3k.AsyncScopedSessionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [23] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZMultiRangeCompilationTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZRMultiangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DomainDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.EnumDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [19] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.EnumSetTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.EuroNumericTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.FloatCoercionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [13] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.HStoreRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'needs hstore extension\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.HashableFlagORMTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.InetRoundTripTests' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_sequence.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default., no sequence support\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support, doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default.\nSKIPPED [20] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceExecTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [11] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.TableBoundSequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[False-False] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[False-True] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[True-False] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[True-True] (call)' : no sequence support\nSKIPPED [5] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBCastSuiteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (9, 4)\nSKIPPED [24] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [99] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBSuiteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (9, 4)\nSKIPPED [21] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.JSONTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [44] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.LOBFetchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[date] (call)' : custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[datetime] (call)' : custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[time] (call)' : custom function\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.MSDateTypeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [65] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NamedTypeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NativeEnumDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1227] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::SessionStateTest::test_autoflush (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::SessionStateTest::test_autoflush_unbound (call)' : sqlite\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumericInterpretationTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.OIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [291] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.PGArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [8] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.PGInsertManyValuesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.RegClassTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.RowVersionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [16] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.SpecialTypesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [312] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.StringRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.TimeParameterTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimePrecisionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimestampTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimezoneTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::TypeDecoratorSpecialCasesTest_sqlite+pysqlite_3_37_2::test_typedec_of_array (call)' : custom function\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::TypeDecoratorSpecialCasesTest_sqlite+pysqlite_3_37_2::test_typedec_of_array_modified (call)' : custom function\nSKIPPED [19] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.TypeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.TypeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [29] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.TypesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.UUIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.UniqueIdentifierTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.BatchDeleteIgnoresRowcountTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::TransScopingTest::test_transaction (call)' : sqlite\nSKIPPED [4] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.ExtraPassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofwork.py::NoRowInsertedTest_sqlite+pysqlite_3_37_2::test_insert_single_no_pk_correct_exception (call)' : only postgresql uses RETURNING for a single-row INSERT among the DBs we are using in this test\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.PassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncAttrsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncCascadesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncORMBehaviorsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [11] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncProxyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [14] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionQueryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [7] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [23] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionTransactionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.OverrideSyncSession' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_a (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_b (call)' : doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default.\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_this_really_fails_on_mssql_wo_full_fix (call)' : not mssql\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_defaults_second_table (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_defaults_second_table_same_name (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_no_defaults_second_table (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_join_multitable (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_multitable (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_multitable_same_name (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[None] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[evaluate] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[fetch] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[fetch_w_hint] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_join_no_problem (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[None] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[evaluate] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[fetch] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_delete_using_joined_subq_test (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_multi_table_criteria_ok_wo_eval (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_update_from_multitable_same_names (call)' : Multi table update and Multi table update\nSKIPPED [6] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteTest_sqlite+pysqlite_3_37_2::test_update_against_external_non_mapped_cols (call)' : not postgresql and not mssql\nSKIPPED [3] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_37_2::test_concurrent_mod_err_expire_on_commit (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_37_2::test_concurrent_mod_err_noexpire_on_commit (call)' : sqlite\nSKIPPED [1] .tox/github-cext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_37_2::test_versioncheck_for_update (call)' : no FOR UPDATE NOWAIT support\nFAILED test/orm/test_collection.py::CollectionsTest::test_set - assert False\nFAILED test/orm/test_collection.py::CollectionsTest::test_set_subclass - asse...\n========== 2 failed, 20503 passed, 10640 skipped in 164.67s (0:02:44) ==========\ngithub-cext: exit 1 (166.26 seconds) /home/runner/work/sqlalchemy/sqlalchemy> python -m pytest -n2 -m 'not memory_intensive and not mypy' -q --nomemory --notimingintensive pid=2102\n.pkg: _exit> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n github-cext: FAIL code 1 (224.70=setup[58.44]+cmd[166.26] seconds)\n evaluation failed :( (224.81 seconds)\n##[error]Process completed with exit code 1.\n"}, {"step_name": "test-amd64-3.11-nocext-x64-ubuntu-latest/5_Run tests.txt", "log": "##[group]Run tox -e github-nocext -- -q --nomemory --notimingintensive \n\u001b[36;1mtox -e github-nocext -- -q --nomemory --notimingintensive \u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n TOX_WORKERS: -n2\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib\n##[endgroup]\ngithub-nocext: install_deps> python -I -m pip install --only-binary=pymssql 'pytest-xdist!=3.3.0' 'pytest<8,>=7.0.0rc1' '.[aiosqlite]'\n.pkg: install_requires> python -I -m pip install 'cython>=0.29.24; platform_python_implementation == \"CPython\"' 'setuptools>=47'\n.pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_wheel> python -I -m pip install wheel\n.pkg: get_requires_for_build_editable> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_editable> python -I -m pip install wheel\n.pkg: freeze> python -m pip freeze --all\n.pkg: Cython==3.0.5,pip==23.3.1,setuptools==68.2.2,wheel==0.41.2\n.pkg: build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\ngithub-nocext: install_package_deps> python -I -m pip install --only-binary=pymssql 'greenlet!=0.4.17' 'typing-extensions>=4.2.0'\ngithub-nocext: install_package> python -I -m pip install --only-binary=pymssql --force-reinstall --no-deps /home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz\ngithub-nocext: freeze> python -m pip freeze --all\ngithub-nocext: aiosqlite==0.19.0,execnet==2.0.2,greenlet==3.0.1,iniconfig==2.0.0,packaging==23.2,pip==23.3.1,pluggy==1.3.0,pytest==7.4.3,pytest-xdist==3.5.0,setuptools==68.2.2,SQLAlchemy @ file:///home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz#sha256=aebadd2b69ec5bef831a89a1a75658104d7b2e5a92d0b31259731890910bd906,typing_extensions==4.8.0,wheel==0.41.2\ngithub-nocext: commands[0]> python -m pytest -n2 -m 'not memory_intensive and not mypy' -q --nomemory --notimingintensive\n=========================== sqlalchemy installation ============================\nSQLAlchemy 2.1.0b1 (no user site)\nPath: /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/__init__.py\ncompiled extension not enabled; cannot import name 'collections' from 'sqlalchemy.cyextension' (/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/cyextension/__init__.py)\n============================= test session starts ==============================\nplatform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0\ncachedir: .tox/github-nocext/.pytest_cache\nrootdir: /home/runner/work/sqlalchemy/sqlalchemy\nconfigfile: pyproject.toml\nplugins: xdist-3.5.0\ncreated: 2/2 workers\n2 workers [31145 items]\n\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 0%]\n........................................................................ [ 1%]\n........................................................................ [ 1%]\n.......................................................ss............... [ 1%]\n............................sssss....................................... [ 1%]\n..............s......................................................... [ 2%]\n........................................................................ [ 2%]\n........................................................................ [ 2%]\n..................................ssss.................................. [ 2%]\n........................................................................ [ 3%]\n....................................................................sss. [ 3%]\n........................................................................ [ 3%]\n........................................................................ [ 3%]\n........ssssssssss.sssssssssssssss.............sss..sss................. [ 3%]\n...............s..........sss..s.ssssssss.................ssssssssssssss [ 4%]\nssssssssssssssssssssss.ssssssssssss..................................... [ 4%]\n.....................................................................sss [ 4%]\nsssssssssssss.sssssssssssssssssssssss.s..sssssssss.................sssss [ 4%]\ns.ssssssssssssssssssss.................................................. [ 5%]\n........................................................................ [ 5%]\n..............sssssssss................................................. [ 5%]\n........................................................................ [ 5%]\n........................................................................ [ 6%]\n........................................................................ [ 6%]\n........................................................................ [ 6%]\n.......................................sssssssssssssssss..s......sss.... [ 6%]\n...............s.....sssssssssssssssssssssssssssssssssssssssssssssssssss [ 6%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssss................ [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 7%]\n........................................................................ [ 8%]\n........................................................................ [ 8%]\n........................................................................ [ 8%]\n.......................................s...........................s.... [ 8%]\n................................s.s...........................ss........ [ 9%]\n................................................sssss................... [ 9%]\n......................................................................... [ 9%]\n.........................ss.....s..s.................s................s.. [ 9%]\n..s...........................s..............................s.......... [ 9%]\n........................................................................ [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 10%]\n........................................................................ [ 11%]\n........................................................................ [ 11%]\n........................................................................ [ 11%]\n..................................ssss.................................. [ 11%]\n........................................................................ [ 12%]\n........................................................................ [ 12%]\n......................................................................... [ 12%]\n........................................................................ [ 12%]\n........................................................................ [ 12%]\n...sssssssss...................................................s.s.s.... [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 13%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 14%]\n........................................................................ [ 15%]\n........................................................................ [ 15%]\n................ssssssssssss............................................ [ 15%]\n........................................................................ [ 15%]\n........................................................................ [ 15%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n........................................................................ [ 16%]\n...................................sssssssssssssssssssssssssssssssssssss [ 17%]\nssssssss................................................................ [ 17%]\n...........F...F........................................................ [ 17%]\n........................................................................ [ 17%]\n.............................................sssssssssssss.ss........... [ 18%]\n........................................................................ [ 18%]\n.......................s.s.ss.s.sss.ss.................................. [ 18%]\n........................................................................ [ 18%]\n........................................................................ [ 18%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 19%]\n........................................................................ [ 20%]\n................sssss................................................... [ 20%]\n........................................................................ [ 20%]\n........................................................................ [ 20%]\n........................................................................ [ 21%]\n......................................................................... [ 21%]\n........................................................................ [ 21%]\n........................................................................ [ 21%]\n........................................................................ [ 21%]\n......................s.s............................................... [ 22%]\n......................................................................... [ 22%]\n........................................................................ [ 22%]\n........................................................................ [ 22%]\n......................................................................... [ 23%]\n.......................s.....s..ss.sssssss.ssssss.sssssss.ssssss.sssssss [ 23%]\n.sssssss.sssssss.ssssssss.ssssss.sssss.ssss.sssss.sssss.ssss.ssssss.ssss [ 23%]\n...ss...ss...ss...s.s..ss...ss...ss...sssss.sssss.....s..ss..ss.ss..ssss [ 23%]\n.s.ss..ss.s.ssss.s.s.ss..ss.s.ssss..ss.ss..sssss..ss.ss..ss..sssss.s.s.s [ 24%]\ns..ssss.s.ss..ss.ss.s.ssss.ss.s.s.ssss.................................. [ 24%]\n........sss.sssssssssssss.ssssssssssss.ssssssssssss.sssssssssss.sssssss. [ 24%]\n.....ssss.........................ss...............................s.... [ 24%]\n........................................................................ [ 24%]\n........................................................................ [ 25%]\n........................................................................ [ 25%]\n........................................................................ [ 25%]\n........................................................................ [ 25%]\n.......s...........................................s.................... [ 26%]\n........................................................................ [ 26%]\n........................................................................ [ 26%]\n........................................................................ [ 26%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 27%]\n........................................................................ [ 28%]\n........................................................................ [ 28%]\n........................................................................ [ 28%]\n........................................................................ [ 28%]\n........................................................................ [ 29%]\n........................................................................ [ 29%]\n........................................................................ [ 29%]\n........................................................................ [ 29%]\n........................................................................ [ 30%]\n.............s...s..s...s.....s..s..s...s..s..s..s...s......s....s..s... [ 30%]\n...sss.ss....sssssssss.................................................. [ 30%]\n........................................................................ [ 30%]\n........................................................................ [ 30%]\n........................................................................ [ 31%]\n........................................................................ [ 31%]\n........................................................................ [ 31%]\n..............................................s......................... [ 31%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 32%]\n........................................................................ [ 33%]\n........................................................................ [ 33%]\n........................................................................ [ 33%]\n................s....................................................... [ 33%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 34%]\n........................................................................ [ 35%]\n........................................................................ [ 35%]\n........................................................................ [ 35%]\n...........................................................s..s......... [ 35%]\n...................s..............s...s.......s.....sssssssss........... [ 36%]\n........................................................................ [ 36%]\n.................................................sssssssssssssssssssssss [ 36%]\nssss...............................sss.................................. [ 36%]\nssss.................................................................... [ 37%]\n.......................................sssssss.ssssssss.................. [ 37%]\n..............................ss........................................ [ 37%]\n............sss.sssssss.........ssssssssss.............................. [ 37%]\n.....................ssssssssssssssss.sssssssssssssssssssssssssssssss.ss [ 37%]\nsssssssssssssssssss..................................................... [ 38%]\n........................................................................ [ 38%]\n........................................................................ [ 38%]\n...................sssssss.s............................................ [ 38%]\n........................................................................ [ 39%]\n........................................................................ [ 39%]\n..............................s......................................... [ 39%]\n...................s.s....................s.....s..sssssssssssssssssssss [ 39%]\nsssss.s....s.s.............s.........s.............s...s........ss...s.. [ 40%]\ns...ss..s.ssss.......................................................... [ 40%]\n........................................................................ [ 40%]\n....................................................................ssss [ 40%]\nsssssssssssssssssssssssssssss........................................... [ 40%]\n........................................................................ [ 41%]\n......................................................................... [ 41%]\n......................................................................... [ 41%]\n........................................................................ [ 41%]\n........................................................................ [ 42%]\n........................................................................ [ 42%]\n.............................................................s....ss.sss [ 42%]\ns....................................................................... [ 42%]\n.........................s.............................................. [ 43%]\n........................................................................ [ 43%]\n........................................................................ [ 43%]\n.................................sss..ss................................ [ 43%]\n.........ss....s.............s....ss.....ss......s...................... [ 43%]\n........................................................................ [ 44%]\n........................................................................ [ 44%]\n........................................................................ [ 44%]\n........................................................................ [ 44%]\n........................................................................ [ 45%]\n..........................................ssssssssssssssssssssssssssssss [ 45%]\nsssssssssssssssssssssssssssssssssssssssssssssss.sssssss................. [ 45%]\n........................................................................ [ 45%]\n.............................sssssssssssssssssssssssssssssssssssssssssss [ 46%]\nsssssssssssssssssssssssssssssssssss.ssssss.....ss..s.................... [ 46%]\n.........................ssssss......................................... [ 46%]\n.......................................................................s [ 46%]\n...s....ssssss..sssss.......s.......s..ssss....ssssssssssss..........sss [ 46%]\nss................sss.sss.sss.sss.............................ss.sss.... [ 47%]\n......s....sss.sss...............s.....................s................ [ 47%]\n.....s....................s............................................. [ 47%]\n...................s...........sssssssss................................ [ 47%]\n........sssss..........ss.................ssssssssssssssssssssss........ [ 48%]\n...............................................ssssssssssssssssssssssss. [ 48%]\n.................s......s..sssss..............ssssss......ssssss........ [ 48%]\n........................sssss........................................... [ 48%]\n........................................................................ [ 49%]\n........................................................................ [ 49%]\n............................................sss.sssssssssssssssss.ssssss [ 49%]\ns.........sssssss.sssssssssss.ssssssssssssssssssssss...............sssss [ 49%]\n............ssssssssssss.ssssssssss.sssssssssss.ssssssssss.sssssssssss.s [ 49%]\nssssssssss.sssssssssss.ssssssssss.ssssssssss.sssssssssssss.sssssssss.sss [ 50%]\nssssss.s...........s............s..................................s..s. [ 50%]\nssssss..s.....s..ssssssssss.ssssssssssss....sssssss...................... [ 50%]\n........................................................................ [ 50%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 51%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 52%]\n........................................................................ [ 53%]\n........................................................................ [ 53%]\n...............sss.............s...ss...s.s..s.s........................ [ 53%]\ns..................................s.................................... [ 53%]\n...sss..ssss...sss...s.ssssssss.......s...sss........................... [ 54%]\n..........................................ssssss....s......s...ss....... [ 54%]\n...ss........ss.......ss................s..s...ss.s..ss..ss...ss..ss..ss [ 54%]\n..ss...ss...s.s.s.s..sss.....s.s.s......s....ss.ssssssss.ss..s.......... [ 54%]\n........................................................................ [ 55%]\n......................................................................... [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 55%]\n........................................................................ [ 56%]\n......................................................................... [ 56%]\n........................................................ss.............. [ 56%]\n........................................................................ [ 56%]\n........................................................................ [ 57%]\n...........................................................s............ [ 57%]\n........................................................................ [ 57%]\n........................................................................ [ 57%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 58%]\n........................................................................ [ 59%]\n........................................................................ [ 59%]\n........................................................................ [ 59%]\n........................................................................ [ 59%]\n........................................................................ [ 60%]\n........................................................................ [ 60%]\n........................................................................ [ 60%]\n.....ssssssssssssssss.ssssssssssssssssssssss............................ [ 60%]\n........................................................................ [ 61%]\n...........................................................s..s.......... [ 61%]\n........................................................s.ss.ss.sss.ss.s [ 61%]\ns.ss.s.......................ss.ss...................................... [ 61%]\n.......s.ssss............s.............sssssssssssssssssssssssssssssssss [ 61%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 62%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 62%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.s.......... [ 62%]\n.....................sssssss.ss......................................... [ 62%]\n...........................................sssss.ssss.sssssss.sssss.ssss [ 63%]\n.sss.ssss.sss.sss.ssss.sss.sss.sss.sss.sss.sssss.sssss.ssssss.sssss.sss. [ 63%]\nsss.sss.sss.ss.ssss.sssss.ssss.sss.ss.ss.ss.ss.ss.ssssssss.ssss.ssss.sss [ 63%]\nss.ssssssss.sssss.sssss.sssss.ssssss.ssss.ssssss.sssss.ssssss.sssss.ss.s [ 63%]\n.sss.s.s.ss.s.ss.s.s.s.ss.ss.s.s.ss.s.ss.ss.s.ss.ss.s.sss.ss.ss.ss.sssss [ 64%]\n.sss.ss.sss.sss.ssssss.sssssssssssssssssssssssssssssss.sssss.sssss.ssss. [ 64%]\nssss.ssss.ssss.ssssss.sssssssssssss.ss.ssss.s.ss.ss.ssss.ss.ss.sssssss.s [ 64%]\nsss.sss.ssss.sss.sss.sss.ss.ssss.sss.sss.ss.s.ss.ss.ss.ss.s.ss.ss.ss.ss.s [ 64%]\nsss.ss.ss.ss.ss.ss.sss.sss.ss.sss.ss.ss.sss.ss.sss.ss.ss.sss.ssss.sss.ss [ 64%]\n.ss.sss.sss.sssssssss.sssss.ss.ss.ss.ss.ss.ss.ss.s.s.ss.ss.s.ss.ss.sss.s [ 65%]\n.sss.ss.s.ss.ss.s.s.ss.ss.ss.ss.ss.ss.ss.ss.ssss.ss.sss.ss.ss.sssss.sss. [ 65%]\nss.sss.ssss.ss.ssss.ssss.ss.ss.ss.sss.ss.ssss.sss.ss.sss.sss.sss.ssss.ss [ 65%]\ns.sss.ssss.ssss.sss.sssss.ssssss.ssss.ssss.sss.ssssss.ssss.sss.sss.sss.s [ 65%]\ns.ssss.ss.sssss.ss.ss.s.sss.ss.ss.s.ss.s.sss.ss.s.ss.ss.ssss.ssssss.ss.s [ 66%]\ns.sss.ss.sss.sss.ss.sss.ss.sss.ss.sssssssssssssssssssss.ssssssssssss.sss [ 66%]\nssssssss.ssssssssssssssssss.ssssssssss.sss.ss.ss.ss.ss.sss.ss.sss.ss.ss.s [ 66%]\nss.ss.sss.s.ss.sss.sss.ss.ss.ss.ss.ss.sss.ss.sss.ss.ss.ss.sss.ss.ss.sss.s [ 66%]\ns.ss.ss.ss.ss.s.ss.sss.ss.sss.sss.ss.sss.sss.sssss.ss.sss.ssss.ss.ssss.s [ 67%]\ns.sss.ss.ss.ss.sss.ss.sss.ss.ss.s.ss.ss.s.ss.ss.ss.sss.ss.sss.ss.ssss.ss [ 67%]\n.sss.ss.ss.sss.ss.ss.ss.ss.ss.sss.ss.ss.ss.ss.ss.ss.sss.sss.ss.ss.ss.ss. [ 67%]\nss.sss.ss.ss.ss.ss.ss.ss.ssss.ssss.ss.ss.ss.sss.ssss.ssss.ss.sss.sss.ss. [ 67%]\nsss.ss.ssssss.ss.s.ss.ss.ss.ss.sssssss.sss.ss.ss.sss.ss.ss.ss.sss.ss.ss. [ 68%]\nss.ss.sss.s.ss.ss.sss.ss.sssssssssssssssssssssssssssssssssssssssssssssss [ 68%]\nsssssssssssssssssssssssssssssssss.sssss.sssssssss.ssssss................ [ 68%]\n.................................................sssssssssssssssssssssss [ 68%]\nssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssss [ 68%]\nssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssss [ 69%]\nssssss.sssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssss [ 69%]\nssssss.ssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssss [ 69%]\nsssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssss [ 69%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssss [ 70%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 70%]\nss.ssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssss [ 70%]\nsssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssss [ 70%]\nssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]\nssssssssssss.sssssssssssssssssssssssssssssssssss.sssssssssssssssssssssss [ 71%]\nssssssssssss.ssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssss [ 71%]\nssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]\nsssss.ssssssssssssssssssssssssss.ssssssssssssssssssssss.ssssssssssssssss [ 71%]\nssssss.ssssssssssssssssssssssssssss.ssssssssssssssssssssssssssss.sssssss [ 72%]\nssssssssssssssssss.sssssssssssssssssssssssssss.sssssssssssssssssssssssss [ 72%]\nssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssss.ssssssssssss [ 72%]\nsssssss................................................................. [ 72%]\n...........................sssssssssssssssssssssss...................... [ 73%]\n.....................sssssss...........................................s [ 73%]\nsssssssssssssss.........................................ssss.ssssssssss. [ 73%]\n......................sssssssss......................................... [ 73%]\n.....................sssss.sssssssssssssssssssssssssssssssssssssss.sssss [ 74%]\nssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssss [ 74%]\nssss.ssssssssssssssssssssssssss.ssssssssssssssssssss.sssssssssssssssssss [ 74%]\nsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssss [ 74%]\nsssss.sssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%]\nss.sssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssss [ 75%]\nsssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssss [ 75%]\nsssssss.ssssss.....ssssssssssssssssssssssssssssssssssssssssss.ssssssssss [ 75%]\nsssssssssssss.ssssssssssssssssssssssssssssssss.sssssssssss.sssssss.sssss [ 75%]\ns.sssssss.ssssss.sssssssssssssssssssssssssssssssssssssssss.sssssssssssss [ 76%]\nssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssssssssss [ 76%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%]\nssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssss [ 76%]\nsssssssssssssssssssssssssss.sssssssssssssssssssssssssssss.ssssssssssssss [ 77%]\nssssssssssssssss.sssssssssssssssssssssssssssss.sssssssssssssssssssssssss [ 77%]\nssssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]\nsssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]\nssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssss........... [ 77%]\n.............sssssssss.................................................. [ 78%]\n..............sssssss.ssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]\nssss.ssssssssssssssssssss.sssssssssssssssssssssssssssssssssssss.ssssssss [ 78%]\nssssssssssssssssssssss.sssssssssssssssssssssssssssssss.sss.ss.ss.ss.ss.s [ 78%]\n.sss.ss.s.sss.s.ss.ss.s.s.ss.ss.ss.s.s.ss.s.ss.s.s.ss.sss.ssssssssssssss [ 79%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]\nssssss.sssssssssssssssssssssssssssssssssss.ss.ssss.ss.sss.sss.ss.sss.sss [ 79%]\nssss.sssssssss.ssss.ss.sss.sssssssssssssssssssssssssssssssssssssssss.sss [ 79%]\nssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssss.ssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 80%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]\nsssssssssssssssssssssssssssssssssssssss....sssssssssssssssssssssssssssss [ 82%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]\nsssssssssssssssssssssssssss......................................sssssss [ 83%]\nssssssssssssss............s....s....................sss.ssss.ss.sss.ssss [ 83%]\nsssssssss.ssssss.sssssssssssssssssssssss.............sssssssssssssssssss [ 83%]\nssssssssssssssssssssssssssssssssssssssssssssssss........................ [ 83%]\nssssssss.s.............................................................. [ 83%]\n.....sssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssssss [ 84%]\ns.sssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%]\nsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sss. [ 84%]\nss.ss.ss.ss.ss.ss.sss.ss.ssssss.ssss.ssss.ssss.sss.sssss.ss.ss.ss.ss.ss.s [ 84%]\ns.sss.ss.ssssssssssssssssssssssssssss.ssssssssssssssss.ssssssssssssss.ss [ 85%]\nssssssssssss.ssssssssssssss.ssssssssssssss.sssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]\nssssssssssssssssssssssssssssssssssssssss..........ss.....sssss.sssssssss [ 88%]\nssssssssss.sssssssssssssss.ssssssssssssss.sssssssss.ssssss.ssssss.ssssss. [ 88%]\nsssss.sssss.sssssssss.sssssssssssssss.sssss.ssss.sssssssssssssssssssssss [ 88%]\nssssssssssss.ssssssssssssssssssssss.ssssss.sssssssssssssssssssss.sssssss [ 88%]\nsssssssssssssss.sssssssssssssssssssss.sssssssssssss.ssssssssssssssssss.s [ 89%]\nsssssssssssssss.sssss............................ssss.......ssssssssssss [ 89%]\nsssssssssssss....sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]\nssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 90%]\nssssssssssssssssssssssssssssssssssssssssssss............................ [ 90%]\n.....ss........s...sssssssss............................................ [ 90%]\n........................................................................ [ 90%]\n........................................................................ [ 91%]\n........................................................................ [ 91%]\n......................................ss...sssssss.sssssssssssssssssssss [ 91%]\nsssssssssss.ssssssssssssssssssssssssssssss.ssssssssssssssss.ssssssssss.. [ 91%]\n.....................................s.................................. [ 92%]\n...................ssss.................................s............... [ 92%]\n.......s.....sss........................................................ [ 92%]\n..........................................ss..........sssssssssss.ssssss [ 92%]\nssssssssssss.sssssssssssssssss.ssssssssssssssss.sssssss................. [ 92%]\n......................................s...ss..ss..ss..ss..s.s..ss....... [ 93%]\n................ssssss.................................................. [ 93%]\n.......................ss.ss....ssss..............................ss.... [ 93%]\n...s.................................................................... [ 93%]\n...............................ssssssssss.ssssssssssssssssssssss.sssssss [ 94%]\nssssssssssssss.sssssssssssssssssssssss.sssssssssssssssssssss.sssssssssss [ 94%]\nssssssssssss.ssssssssssssssssssssssss.ssssssssssssssssssssssssss.sssssss [ 94%]\nsssssssssssssssss.sssssssssssssssssssssss.sssssssssssssssssssssssss.ssss [ 94%]\nssssssssssssssssss.ssssssssssssssssssssss.ssssssssssssssssssssss.sssssss [ 95%]\nssssssssssssss.sssssssssssssssssssssss.ssssssssssssssssssssss.ssssssssss [ 95%]\nsssssssssssss.sssssssssssssssssssssssssssss.ssssssssssssssssssssssssssss [ 95%]\nsssssssssssssssssssss.sssssssssssssssssssssssss.ssssssssssssssssssssssss [ 95%]\ns.ssssssssssssssssssssssssss.ssssssssssssssssssssssssss.ssssssssssssssss [ 95%]\nsssssssss.ssssssssssssssssssssssssss.sssssssssssssssssssssssssssss.sssss [ 96%]\nsssssssssssssssssssss.sssssssssssssssssssssssssss.ssssssssssssssssssssss [ 96%]\nss.sssssssssssssssssssssssss.ssssssssssssssssssssssssssss.ssssssssssssss [ 96%]\nssssssssssssss.ssssssssssssssssss.ssssssssssssssssssss.sssssssssssssssss [ 96%]\nss.sssssssssssssssssss.ssssssssssssssssssssss.sssssssssssssssssssssssss. [ 97%]\nssssssssssssssssssssss.ssssssssssssssssss.ssssssssssssssssssssssss.sssss [ 97%]\nsssssssssssssssssssss.sssssssssssssssssssssssssssss.ssssssssssssssssss.s [ 97%]\nsssssssssssssssss.ssssssssssssssssss..........................sssssssss. [ 97%]\n.....................................................................sss [ 98%]\ns.sssssss.ssssssssss.sssssss.ssssssss.sssssssssss.ssssssssssss.ssssssss. [ 98%]\nsssssss.ssssss.ssssssss.sssssssss.sssssss.sss........................... [ 98%]\n........................................................s............... [ 98%]\n......................................................................... [ 98%]\n........................................................................ [ 99%]\n........................................................................ [ 99%]\n.....................................................................ss. [ 99%]\n...................................s.................................... [ 99%]\n......................\n=================================== FAILURES ===================================\n___________________________ CollectionsTest.test_set ___________________________\n[gw0] linux -- Python 3.11.6 /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/bin/python\nTraceback (most recent call last):\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 341, in from_call\n result: Optional[TResult] = func()\n ^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 262, in \n lambda: ihook(item=item, **kwds), when=when, reraise=reraise\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 152, in _multicall\n return outcome.get_result()\n ^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_result.py\", line 114, in get_result\n raise exc.with_traceback(exc.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 177, in pytest_runtest_call\n raise e\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 169, in pytest_runtest_call\n item.runtest()\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/python.py\", line 1792, in runtest\n self.ihook.pytest_pyfunc_call(pyfuncitem=self)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 113, in _multicall\n raise exception.with_traceback(exception.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/python.py\", line 194, in pytest_pyfunc_call\n result = testfunction(**testargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 1112, in test_set\n self._test_set(set)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 871, in _test_set\n assert False\nAssertionError: assert False\n----------------------------- Captured stdout call -----------------------------\nb\"This is a special 'empty' collection which cannot accommodate internal mutation operations\"\n______________________ CollectionsTest.test_set_subclass _______________________\n[gw0] linux -- Python 3.11.6 /home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/bin/python\nTraceback (most recent call last):\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 341, in from_call\n result: Optional[TResult] = func()\n ^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 262, in \n lambda: ihook(item=item, **kwds), when=when, reraise=reraise\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 152, in _multicall\n return outcome.get_result()\n ^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_result.py\", line 114, in get_result\n raise exc.with_traceback(exc.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 177, in pytest_runtest_call\n raise e\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/runner.py\", line 169, in pytest_runtest_call\n item.runtest()\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/python.py\", line 1792, in runtest\n self.ihook.pytest_pyfunc_call(pyfuncitem=self)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_hooks.py\", line 493, in __call__\n return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_manager.py\", line 115, in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 113, in _multicall\n raise exception.with_traceback(exception.__traceback__)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/.tox/github-nocext/lib/python3.11/site-packages/_pytest/python.py\", line 194, in pytest_pyfunc_call\n result = testfunction(**testargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 1122, in test_set_subclass\n self._test_set(MySet)\n File \"/home/runner/work/sqlalchemy/sqlalchemy/test/orm/test_collection.py\", line 871, in _test_set\n assert False\nAssertionError: assert False\n----------------------------- Captured stdout call -----------------------------\nb\"This is a special 'empty' collection which cannot accommodate internal mutation operations\"\n=========================== short test summary info ============================\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_ddlevents.SequenceDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_defaults.CTEDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_defaults.IdentityDefaultsOnUpdateTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_alias_plus_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_three_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_two_table (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_two_table_plus_alias (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_deprecations.LegacySchemaAliasingBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.BackendDialectTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H&host=H:P&host=H-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H,H,H&port=P,P,P-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H&host=H-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H&host=H:P-False] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***/DB?host=H:P&host=H:P&host=H:P-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::BackendDialectTest_sqlite+pysqlite_3_37_2::test_multiple_host_real_connect[***H:P/DB-True] (call)' : not +psycopg and not +psycopg2 and not +asyncpg\nSKIPPED [11] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.CXOracleConnectArgsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.ComputedReturningTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.DefaultSchemaNameTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_ensure_version_is_qualified (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_mariadb_connector_special_encodings (call)' : not mariadb+mariadbconnector\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_random_arg (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_special_encodings[utf8] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_37_2::test_special_encodings[utf8mb4] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql\nSKIPPED [9] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.DialectWBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.ExecuteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyFlagOptionsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyValuesInsertsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.ExecutemanyValuesPlusBatchInsertsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.ExecutionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.MiscBackendTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [29] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OptimizedFetchLimitOffsetTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [11] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OracleDbConnectArgsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OracledbMode' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.OutParamTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.PGCodeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_dialect.Psycopg3Test' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.QuotedBindRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.RemoveUTCTimestampTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_dialect.SQLModeDetectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.TableValuedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_dialect.UnicodeSchemaTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_async_pg_py3k.AsyncPgTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [17] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.FastExecutemanyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.InvalidTransactionFalsePositiveTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.MiscTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/mssql/test_engine.py::ParseConnectTest::test_bad_freetds_warning (call)' : not mssql+pymssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_engine.RealIsolationLevelTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [45] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncEngineTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncInspection' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncProxyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [46] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_engine_py3k.AsyncResultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_37_2::test_cursor_execute (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_37_2::test_transactional_advanced (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_37_2::test_raw_python (call)' : not postgresql+psycopg and not postgresql+psycopg2 and not postgresql+psycopg2cffi and not mysql+mysqlconnector and not mysql+pymysql and not mysql+cymysql and not mariadb+mysqlconnector and not mariadb+pymysql and not mariadb+cymysql and not mssql+pymssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_37_2::test_raw_sprintf (call)' : not mysql+mysqldb and not mysql+pymysql and not mysql+cymysql and not mysql+mysqlconnector and not mariadb+mysqldb and not mariadb+pymysql and not mariadb+cymysql and not mariadb+mysqlconnector and not postgresql+pg8000\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_37_2::test_alter_invalidate_pool_stays_true (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_37_2::test_alter_invalidate_pool_to_false (call)' : sqlite\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_execute.SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'sqlite\nSKIPPED [2] test/orm/declarative/test_basic.py:2276: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2372: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2385: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2699: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:1232: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2576: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:3029: current base has no metaclass\nSKIPPED [1] test/orm/declarative/test_basic.py:2958: current base has no metaclass\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.inheritance.test_basic.PassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_for_update.MySQLForUpdateLockingTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_for_update.SkipLockedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[False-False-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[True-False-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_from_linter.py::TestLinterRoundTrip_sqlite+pysqlite_3_37_2::test_warn_dml[True-True-delete] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [12] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.dml.test_bulk_statements.CTETest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [45] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_horizontal_shard.MultipleDialectShardTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_identity_column.IdentityDDL' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_indexable.IndexPropertyArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_indexable.IndexPropertyJsonTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [61] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: No profiling stats available on this platform for this function. Run tests with --write-profiles to add statistics to profiles.txt for this platform.\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_fixture_downgraded[downgrade] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_fixture_downgraded[not_downgrade] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_inserts_w_all_nulls[not_sort_by_parameter_order-datatype2-_exclusions_02] (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_inserts_w_all_nulls[sort_by_parameter_order-datatype2-_exclusions_02] (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[not_warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-not_randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-not_sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-implicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-negative-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_invalid_identities[warn_for_downgrades-randomize_returning-sort_by_parameter_order-not_explicit_sentinel-positive-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[not_randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-not_sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-not_warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_pk[randomize_returning-sort_by_parameter_order-warn_for_downgrades-set_identity-not_add_sentinel] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-not_add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[not_sort_by_parameter_order-not_add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-not_add_insert_sentinel-client_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_no_sentinel_on_non_int_ss_function[sort_by_parameter_order-not_add_insert_sentinel-server_side] (call)' : not postgresql >= (13,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-not_randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[not_sort_by_parameter_order-randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-not_randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit_but_nullable-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-explicit_but_nullable-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-plain_autoinc] (call)' : not postgresql >= (10,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-identity-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-plain_autoinc] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_sentinel_col_configurations[sort_by_parameter_order-randomize_returning-sequence-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[not_sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-not_randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-not_warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_sentinel-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-separate_uuid-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-clientside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::IMVSentinelTest_sqlite+pysqlite_3_37_2::test_upsert_downgrades[sort_by_parameter_order-randomize_returning-warn_for_downgrades-use_pk_explicit-serverside] (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four[False-_exclusions_01] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four[True-_exclusions_00] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four_a[False-_exclusions_01] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_37_2::test_lastrow_accessor_four_a[True-_exclusions_00] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertManyValuesTest_sqlite+pysqlite_3_37_2::test_insert_w_bindparam_in_nested_insert[add_expr_returning] (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::InsertManyValuesTest_sqlite+pysqlite_3_37_2::test_insert_w_bindparam_in_nested_insert[not_add_expr_returning] (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_37_2::test_explicit_sequence (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_core_compilation.py::PropagateAttrsTest::test_autoflushes[-True-_exclusions_013] (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_core_compilation.py::PropagateAttrsTest::test_propagate_attr_yesno[-True-_exclusions_013] (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_37_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_37_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_processors.CyBooleanProcessorTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Cython extensions not installed\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_processors.CyDateProcessorTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Cython extensions not installed\nSKIPPED [15] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_processors.CyDistillArgsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Cython extensions not installed\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.AnyAllTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.ComputedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.ExtractTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.FunctionTypingTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.IdentityInsertTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.IdiosyncrasyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.InsertTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'MatchTest' skipped by full_text_search_missing\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_query.MatchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [32] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.MatchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [21] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.test_mutable.MutableColumnCopyArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.QueryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_query.py::SessionBindTest::test_column_property_select (call)' : mssql or sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_change_m2o_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_change_m2o_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_37_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_37_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [21] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.TableValuedRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_query.TableValuedTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_fk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_fk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_37_2::test_pk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_bidirectional_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_query.TupleTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_manytoone_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_37_2::test_onetoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_naturalpks.NonPKCascadeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_37_2::test_reverse_savepoint (call)' : savepoints not supported\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_naturalpks.SelfReferentialTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [26] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_on_conflict.OnConflictTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_on_duplicate.OnDuplicateTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_multiple_invalidate (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_rollback_on_invalid_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_37_2::test_rollback_on_invalid_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_reconnect.ReconnectRecipeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_37_2::test_pysqlcipher_connects (call)' : not sqlite+pysqlcipher\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.ArrayTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_37_2::test_dialect_autocommit_is_restored[not_use_dialect_setting] (call)' : custom function or +aiosqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_37_2::test_dialect_autocommit_is_restored[use_dialect_setting] (call)' : custom function or +aiosqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_delete_from_round_trip (call)' : marked as skip\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_delete_scalar_subq_round_trip (call)' : not postgresql and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_37_2::test_update_from_round_trip (call)' : not postgresql and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_37_2::test_reflect_covering_index (call)' : not postgresql >= (11,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_comments_unicode (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_comments_unicode_full (call)' : not postgresql and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_comments (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_comments_with_schema (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_inter_schema_foreign_keys (call)' : not postgresql and not mysql and not mariadb and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_get_multi_table_comment[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[False-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.ANY_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|MATERIALIZED_VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.TABLE|VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.ANY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.DEFAULT-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY--_exclusions_01] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_multi_get_table_options_tables[True-ObjectKind.VIEW-ObjectScope.TEMPORARY-None-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_not_existing_table[get_table_comment-_exclusions_07] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_not_existing_table[get_table_options-_exclusions_00] (call)' : not mysql and not mariadb and not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_37_2::test_schema_cache (call)' : sqlite or oracle\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.DateTimeTZTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_bound_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_expr_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_no_order (call)' : not postgresql and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_nobinds (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_percent (call)' : not mssql >= (11,) and not oracle >= (12,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_percent_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_fetch_offset_ties_exact_number (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_percent (call)' : not mssql >= (11,) and not oracle >= (12,)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_percent_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_37_2::test_simple_fetch_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_37_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_37_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_dialect.FutureWeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not oracle\nSKIPPED [11] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.HasSequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.HasSequenceTestEmpty' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_select.IdentityColumnTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [12] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.AdditionalReflectionTests' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.IntervalTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle and not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_37_2::test_dialect_user_setting_is_restored (call)' : custom function or +aiosqlite\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.ConstraintTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.DBLinkReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_index_typed_access[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_index_typed_comparison[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_37_2::test_path_typed_comparison[string3] (call)' : custom function or mariadb or sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_37_2::test_regexp_replace (call)' : not postgresql and not mysql >= (8,) and not mariadb and not oracle\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.NativeUUIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.NormalizedNameTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Backend does not require denormalized names.\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.PrecisionIntervalTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle and not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_37_2::test_get_table_comment[quote \" two-_exclusions_01] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_37_2::test_get_table_comment[quote ' one-_exclusions_00] (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-not_sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary1] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-LargeBinary2] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-UUID] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-generic_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::ReturningTest_sqlite+pysqlite_3_37_2::test_imv_returning_datatypes[not_multiple_rows-sort_by_parameter_order-non_native_uuid_str] (call)' : not postgresql >= (8, 3) and not mariadb >= (10, 7, 0)\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.SequenceCompilerTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_sequence.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [15] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_results.ServerSideCursorsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no server side cursors support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_37_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_37_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_reflection.TableNoColumnsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.TimeTZTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_types.TimestampMicrosecondsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not oracle\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_select.ValuesExpressionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not mssql\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'sqlalchemy.testing.suite.test_dialect.WeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql and not oracle\nSKIPPED [13] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.DomainReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.DontReflectIOTTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.ForeignTableReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.engine.test_reflection.IdentityColumnTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [14] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.IntervalReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [16] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.MaterializedViewReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.MultiSchemaTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.PartitionedReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.ReflectHugeViewTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [49] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [45] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_reflection.ReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_comment_reflection (call)' : not postgresql and not mysql and not mariadb and not oracle and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_fk_options (call)' : not postgresql and not mysql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_37_2::test_unknown_types (call)' : sqlite\nSKIPPED [1] test/engine/test_reflection.py:2036: 'test/engine/test_reflection.py::ReverseCasingReflectTest_sqlite+pysqlite_3_37_2::test_direct_quoting (setup)' : Backend does not require denormalized names.\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.RoundTripIndexTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_37_2::test_blank_schema_arg (call)' : not postgresql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_37_2::test_reflect_all_schemas_default_overlap (call)' : not postgresql\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.SystemTableTablenamesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.TableReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_reflection.TestReflectDifficultColTypes' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_reflection.TypeReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.TypeReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_reflection.ViewReflectionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint_agg_upd_eval (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_37_2::test_rollback_ignores_clean_on_savepoint_agg_upd_fetch (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_37_2::test_contextmanager_nested_rollback (call)' : savepoints not supported\nSKIPPED [24] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: savepoints not enabled\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_37_2::test_rollback_is_global (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_37_2::test_key_replaced_by_update_nested (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_rollback_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_begin_nested_rollback_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_close_one (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_close_two (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_begin_nested_trans_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase_commit (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_37_2::test_reset_via_agent_begin_twophase_rollback (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_37_2::test_pk_violation_with_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_expunge_pending_on_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_commit_collections (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_delete (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_lost_still_runs (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback_collections (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_37_2::test_update_deleted_on_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_dirty_state_transferred_deep_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_external_nested_transaction (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_failed_rollback_deactivates_transaction (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_invalidate (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_mixed_transaction_close (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_accounting_deleted_items_restored (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_accounting_new_items_removed (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_autotrans (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_transaction (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_nested_transaction_connection_add (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_committed_state (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_on_external (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_transactions_isolated (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_37_2::test_twophase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_one_True_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_one_True_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_three_True_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_three_True_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_two_False_sqlite+pysqlite_3_37_2::test_recipe_heavy_nesting (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::SubtransactionRecipeTest_subtransaction_recipe_two_False_sqlite+pysqlite_3_37_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_commit_inactive (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_autobegins_real_trans_from_nested (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_rolls_back_savepoint[False] (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_ctxmanager_rolls_back_savepoint[True] (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_deactivated_savepoint_warning_straight (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_multiple_two_phase (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_nested_subtransaction_commit (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_nested_subtransaction_rollback (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_deactive (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_no_rollback_in_deactive_savepoint (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_reset_rollback_two_phase_no_rollback (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_rollback_inactive (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_five (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_four (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_one (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_release_fails_ctxmanager (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_release_fails_flat (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_rollback_fails_flat (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_seven (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_six (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_three (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_savepoint_two (call)' : savepoints not supported\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_two_phase_recover (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_37_2::test_two_phase_transaction (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_transaction.py::TwoPhaseTest_sqlite+pysqlite_3_37_2::test_rollback_on_prepare (call)' : two-phase xact not supported by drivers or two-phase xact not supported by database or max_prepared_transactions not available or zero\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/base/test_result.py::ResultTupleTest::test_serialize_cy_py_cy[cy_to_py] (call)' : Cython extensions not installed\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/base/test_result.py::ResultTupleTest::test_serialize_cy_py_cy[py_to_cy] (call)' : Cython extensions not installed\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_37_2::test_row_c_sequence_check (call)' : Cython extensions not installed\nSKIPPED [32] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.ArrayEnum' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.ArrayJSON' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [15] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.BinaryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.BooleanTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.CITextTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [230] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.CoreArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_returning.SequenceReturningTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_scoping_py3k.AsyncScopedSessionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [23] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZMultiRangeCompilationTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZRMultiangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeTZRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DomainDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.EnumDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [19] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.EnumSetTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.EuroNumericTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.FloatCoercionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [13] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.HStoreRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'needs hstore extension\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.HashableFlagORMTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [10] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.InetRoundTripTests' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int4RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8MultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.Int8RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_sequence.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default., no sequence support\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support, doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default.\nSKIPPED [20] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceExecTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [11] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.SequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.sql.test_sequences.TableBoundSequenceTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'no sequence support\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBCastSuiteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (9, 4)\nSKIPPED [24] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [99] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONBSuiteTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (9, 4)\nSKIPPED [21] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.JSONRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.JSONTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [44] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.LOBFetchTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[False-False] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[False-True] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[date] (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[True-False] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[datetime] (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_37_2::test_render_datetime[time] (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_37_2::test_sequence_execute[True-True] (call)' : no sequence support\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.MSDateTypeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [65] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NamedTypeTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NativeEnumDDLEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [1227] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg2 and not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.NumericInterpretationTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.OIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [291] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.PGArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::SessionStateTest::test_autoflush (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::SessionStateTest::test_autoflush_unbound (call)' : sqlite\nSKIPPED [8] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.PGInsertManyValuesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.RegClassTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [9] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.RowVersionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [16] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.SpecialTypesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [312] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.StringRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.TimeParameterTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimePrecisionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimestampTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.TimezoneTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::TypeDecoratorSpecialCasesTest_sqlite+pysqlite_3_37_2::test_typedec_of_array (call)' : custom function\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_types.py::TypeDecoratorSpecialCasesTest_sqlite+pysqlite_3_37_2::test_typedec_of_array_modified (call)' : custom function\nSKIPPED [19] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.TypeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [33] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mysql.test_types.TypeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [29] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.oracle.test_types.TypesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.UUIDTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.mssql.test_types.UniqueIdentifierTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.BatchDeleteIgnoresRowcountTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.ExtraPassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofwork.py::NoRowInsertedTest_sqlite+pysqlite_3_37_2::test_insert_single_no_pk_correct_exception (call)' : only postgresql uses RETURNING for a single-row INSERT among the DBs we are using in this test\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_session.py::TransScopingTest::test_transaction (call)' : sqlite\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.orm.test_unitofwork.PassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not supported by database\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_a (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_b (call)' : no sequence support\nSKIPPED [3] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncAttrsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncCascadesTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncEventTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [2] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncORMBehaviorsTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [11] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncProxyTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [14] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionQueryTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [7] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [23] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.AsyncSessionTransactionTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [6] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.ext.asyncio.test_session_py3k.OverrideSyncSession' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'Async dialect required\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_string_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_string_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_uuid-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[default_uuid-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[explicit-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[explicit-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_not_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_not_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_omitted-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[implicit_omitted-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[none-identity] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_original_use_case[none-sequence] (call)' : no sequence support\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_unitofworkv2.py::TryToFoolInsertManyValuesTest_sqlite+pysqlite_3_37_2::test_this_really_fails_on_mssql_wo_full_fix (call)' : not mssql\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_defaults_second_table (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_defaults_second_table_same_name (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_37_2::test_no_defaults_second_table (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_join_multitable (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_multitable (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_37_2::test_exec_multitable_same_name (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[None] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[evaluate] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[fetch] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_delete_using[fetch_w_hint] (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_join_no_problem (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[None] (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[evaluate] (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::InheritTest_sqlite+pysqlite_3_37_2::test_update_from_multitable[fetch] (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_delete_using_joined_subq_test (call)' : Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent and Backend does not support DELETE..USING or equivalent\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_multi_table_criteria_ok_wo_eval (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteFromTest_sqlite+pysqlite_3_37_2::test_update_from_multitable_same_names (call)' : Multi table update and Multi table update\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/dml/test_update_delete_where.py::UpdateDeleteTest_sqlite+pysqlite_3_37_2::test_update_against_external_non_mapped_cols (call)' : not postgresql and not mssql\nSKIPPED [5] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not +psycopg and not +asyncpg and not +pg8000, not postgresql >= (14,)\nSKIPPED [4] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test.dialect.postgresql.test_types.DateTimeMultiRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.37.2)+pysqlite'not postgresql >= (14,), not +psycopg and not +asyncpg and not +pg8000\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/base/test_utils.py::CyExtensionTest::test_all_cyext_imported (call)' : No Cython\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_37_2::test_concurrent_mod_err_expire_on_commit (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_37_2::test_concurrent_mod_err_noexpire_on_commit (call)' : sqlite\nSKIPPED [1] .tox/github-nocext/lib/python3.11/site-packages/sqlalchemy/testing/config.py:420: 'test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_37_2::test_versioncheck_for_update (call)' : no FOR UPDATE NOWAIT support\nFAILED test/orm/test_collection.py::CollectionsTest::test_set - assert False\nFAILED test/orm/test_collection.py::CollectionsTest::test_set_subclass - asse...\n========== 2 failed, 20472 passed, 10671 skipped in 164.50s (0:02:44) ==========\ngithub-nocext: exit 1 (166.63 seconds) /home/runner/work/sqlalchemy/sqlalchemy> python -m pytest -n2 -m 'not memory_intensive and not mypy' -q --nomemory --notimingintensive pid=1994\n.pkg: _exit> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n github-nocext: FAIL code 1 (202.49=setup[35.85]+cmd[166.63] seconds)\n evaluation failed :( (202.65 seconds)\n##[error]Process completed with exit code 1.\n"}, {"step_name": "lint-3.11/5_Run tox.txt", "log": "##[group]Run tox -e lint \n\u001b[36;1mtox -e lint \u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n TOX_WORKERS: -n2\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib\n##[endgroup]\nlint: install_deps> python -I -m pip install --only-binary=pymssql black==23.3.0 flake8-builtins 'flake8-docstrings>=1.6.0' 'flake8-future-annotations>=0.0.5' flake8-import-order flake8-import-single==0.1.5 flake8-rst-docstrings flake8-unused-arguments flake8==6.0.0 pydocstyle pygments 'slotscheck>=0.17.0' zimports\n.pkg: install_requires> python -I -m pip install 'cython>=0.29.24; platform_python_implementation == \"CPython\"' 'setuptools>=47'\n.pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_wheel> python -I -m pip install wheel\n.pkg: get_requires_for_build_editable> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_editable> python -I -m pip install wheel\n.pkg: freeze> python -m pip freeze --all\n.pkg: Cython==3.0.5,pip==23.3.1,setuptools==68.2.2,wheel==0.41.2\n.pkg: build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\nlint: install_package_deps> python -I -m pip install --only-binary=pymssql 'greenlet!=0.4.17' 'typing-extensions>=4.2.0'\nlint: install_package> python -I -m pip install --only-binary=pymssql --force-reinstall --no-deps /home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz\nlint: freeze> python -m pip freeze --all\nlint: black==23.3.0,click==8.1.7,docutils==0.20.1,flake8==6.0.0,flake8-builtins==2.2.0,flake8-docstrings==1.7.0,flake8-future-annotations==1.1.0,flake8-import-order==0.18.2,flake8-import-single==0.1.5,flake8-rst-docstrings==0.3.0,flake8-unused-arguments==0.0.13,greenlet==3.0.1,mccabe==0.7.0,mypy-extensions==1.0.0,packaging==23.2,pathspec==0.11.2,pip==23.3.1,platformdirs==4.0.0,pycodestyle==2.10.0,pydocstyle==6.3.0,pyflakes==3.0.1,Pygments==2.17.1,restructuredtext-lint==1.4.0,setuptools==68.2.2,slotscheck==0.17.1,snowballstemmer==2.2.0,SQLAlchemy @ file:///home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz#sha256=3ce4950e47bb6dadf6f3d8a957abd539eda2e471037fce58d19aa5a26e9aafe0,tomli==2.0.1,typing_extensions==4.8.0,wheel==0.41.2,zimports==0.6.1\nlint: commands[0]> flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py\n./lib/sqlalchemy/ext/associationproxy.py:51:1: F401 '..orm.collections' imported but unused\nlint: exit 1 (53.56 seconds) /home/runner/work/sqlalchemy/sqlalchemy> flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py pid=2061\n.pkg: _exit> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n lint: FAIL code 1 (102.71=setup[49.14]+cmd[53.56] seconds)\n evaluation failed :( (102.87 seconds)\n##[error]Process completed with exit code 1.\n"}, {"step_name": "pep484-3.11/5_Run tox.txt", "log": "##[group]Run tox -e pep484 \n\u001b[36;1mtox -e pep484 \u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n TOX_WORKERS: -n2\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.6/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib\n##[endgroup]\npep484: install_deps> python -I -m pip install --only-binary=pymssql 'greenlet!=0.4.17' 'mypy>=1.6.0' types-greenlet\n.pkg: install_requires> python -I -m pip install 'cython>=0.29.24; platform_python_implementation == \"CPython\"' 'setuptools>=47'\n.pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: get_requires_for_build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_wheel> python -I -m pip install wheel\n.pkg: get_requires_for_build_editable> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: install_requires_for_build_editable> python -I -m pip install wheel\n.pkg: freeze> python -m pip freeze --all\n.pkg: Cython==3.0.5,pip==23.3.1,setuptools==68.2.2,wheel==0.41.2\n.pkg: build_wheel> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n.pkg: build_sdist> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\npep484: install_package_deps> python -I -m pip install --only-binary=pymssql 'greenlet!=0.4.17' 'typing-extensions>=4.2.0'\npep484: install_package> python -I -m pip install --only-binary=pymssql --force-reinstall --no-deps /home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz\npep484: freeze> python -m pip freeze --all\npep484: greenlet==3.0.1,mypy==1.7.0,mypy-extensions==1.0.0,pip==23.3.1,setuptools==68.2.2,SQLAlchemy @ file:///home/runner/work/sqlalchemy/sqlalchemy/.tox/.tmp/package/1/SQLAlchemy-2.1.0b1.dev0.tar.gz#sha256=cd041944d5263346ce6290fb576e8f9ae332d10b649aeea29e33acf0718d463d,types-greenlet==3.0.0.0,typing_extensions==4.8.0,wheel==0.41.2\npep484: commands[0]> mypy ./lib/sqlalchemy\nlib/sqlalchemy/ext/associationproxy.py:1619: error: Unsupported operand types for < (\"int\" and \"SupportsIndex\") [operator]\nlib/sqlalchemy/ext/associationproxy.py:1620: error: Unsupported operand types for - (\"SupportsIndex\" and \"int\") [operator]\nFound 2 errors in 1 file (checked 254 source files)\npep484: exit 1 (19.77 seconds) /home/runner/work/sqlalchemy/sqlalchemy> mypy ./lib/sqlalchemy pid=2026\n.pkg: _exit> python /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta\n pep484: FAIL code 1 (66.19=setup[46.42]+cmd[19.77] seconds)\n evaluation failed :( (66.35 seconds)\n##[error]Process completed with exit code 1.\n"}], "diff": "diff --git a/lib/sqlalchemy/ext/associationproxy.py b/lib/sqlalchemy/ext/associationproxy.py\nindex 9c40f745d9..cdaafb4287 100644\n--- a/lib/sqlalchemy/ext/associationproxy.py\n+++ b/lib/sqlalchemy/ext/associationproxy.py\n@@ -48,7 +48,6 @@ from .. import exc\n from .. import inspect\n from .. import orm\n from .. import util\n-from ..orm import collections\n from ..orm import InspectionAttrExtensionType\n from ..orm import interfaces\n from ..orm import ORMDescriptor\n@@ -1616,8 +1615,8 @@ class _AssociationList(_AssociationSingleItem[_T], MutableSequence[_T]):\n # is more plausibly useful than copying the backing objects.\n if n == 0:\n self.clear()\n- elif n > 1:\n- self.extend(list(self) * (n - 1))\n+ elif int(n) > 1:\n+ self.extend(list(self) * (int(n) - 1))\n return self\n \n if typing.TYPE_CHECKING:\ndiff --git a/lib/sqlalchemy/orm/collections.py b/lib/sqlalchemy/orm/collections.py\nindex dd80564424..3a4964c460 100644\n--- a/lib/sqlalchemy/orm/collections.py\n+++ b/lib/sqlalchemy/orm/collections.py\n@@ -1363,6 +1363,23 @@ def _dict_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n return l\n \n \n+_set_binop_bases = (set, frozenset)\n+\n+\n+def _set_binops_check_strict(self: Any, obj: Any) -> bool:\n+ \"\"\"Allow only set, frozenset and self.__class__-derived\n+ objects in binops.\"\"\"\n+ return isinstance(obj, _set_binop_bases + (self.__class__,))\n+\n+\n+def _set_binops_check_loose(self: Any, obj: Any) -> bool:\n+ \"\"\"Allow anything set-like to participate in set binops.\"\"\"\n+ return (\n+ isinstance(obj, _set_binop_bases + (self.__class__,))\n+ or util.duck_type_collection(obj) == set\n+ )\n+\n+\n def _set_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n \"\"\"Tailored instrumentation wrappers for any set-like class.\"\"\"\n \n@@ -1434,6 +1451,8 @@ def _set_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n \n def __ior__(fn):\n def __ior__(self, value):\n+ if not _set_binops_check_strict(self, value):\n+ return NotImplemented\n for item in value:\n self.add(item)\n return self\n@@ -1451,6 +1470,8 @@ def _set_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n \n def __isub__(fn):\n def __isub__(self, value):\n+ if not _set_binops_check_strict(self, value):\n+ return NotImplemented\n for item in value:\n self.discard(item)\n return self\n@@ -1473,6 +1494,8 @@ def _set_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n \n def __iand__(fn):\n def __iand__(self, other):\n+ if not _set_binops_check_strict(self, other):\n+ return NotImplemented\n want, have = self.intersection(other), set(self)\n remove, add = have - want, want - have\n \n@@ -1500,6 +1523,8 @@ def _set_decorators() -> Dict[str, Callable[[_FN], _FN]]:\n \n def __ixor__(fn):\n def __ixor__(self, other):\n+ if not _set_binops_check_strict(self, other):\n+ return NotImplemented\n want, have = self.symmetric_difference(other), set(self)\n remove, add = have - want, want - have\n \n", "difficulty": 3, "changed_files": ["lib/sqlalchemy/ext/associationproxy.py", "lib/sqlalchemy/orm/collections.py"], "commit_link": "https://github.com/sqlalchemy/sqlalchemy/tree/0b5c0d224dc40c1fdb6f56eae310eedc6dc74b28"} \ No newline at end of file