Mock Version: 2.10 Mock Version: 2.10 Mock Version: 2.10 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-alembic.spec'], chrootPath='/var/lib/mock/f35-build-27765245-3704746/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-alembic.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1623456000 Wrote: /builddir/build/SRPMS/python-alembic-1.6.5-1.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-alembic.spec'], chrootPath='/var/lib/mock/f35-build-27765245-3704746/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-alembic.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1623456000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KGDDcR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf alembic-1.6.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/alembic-1.6.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd alembic-1.6.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-filter-out-DeprecationWarnings.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.F78OdU + umask 022 + cd /builddir/build/BUILD + cd alembic-1.6.5 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.10/site-packages/setuptools/dist.py:648: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/alembic copying alembic/__init__.py -> build/lib/alembic copying alembic/__main__.py -> build/lib/alembic copying alembic/command.py -> build/lib/alembic copying alembic/config.py -> build/lib/alembic copying alembic/context.py -> build/lib/alembic copying alembic/op.py -> build/lib/alembic creating build/lib/alembic/autogenerate copying alembic/autogenerate/__init__.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/api.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/compare.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/render.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/rewriter.py -> build/lib/alembic/autogenerate creating build/lib/alembic/ddl copying alembic/ddl/__init__.py -> build/lib/alembic/ddl copying alembic/ddl/base.py -> build/lib/alembic/ddl copying alembic/ddl/impl.py -> build/lib/alembic/ddl copying alembic/ddl/mssql.py -> build/lib/alembic/ddl copying alembic/ddl/mysql.py -> build/lib/alembic/ddl copying alembic/ddl/oracle.py -> build/lib/alembic/ddl copying alembic/ddl/postgresql.py -> build/lib/alembic/ddl copying alembic/ddl/sqlite.py -> build/lib/alembic/ddl creating build/lib/alembic/operations copying alembic/operations/__init__.py -> build/lib/alembic/operations copying alembic/operations/base.py -> build/lib/alembic/operations copying alembic/operations/batch.py -> build/lib/alembic/operations copying alembic/operations/ops.py -> build/lib/alembic/operations copying alembic/operations/schemaobj.py -> build/lib/alembic/operations copying alembic/operations/toimpl.py -> build/lib/alembic/operations creating build/lib/alembic/runtime copying alembic/runtime/__init__.py -> build/lib/alembic/runtime copying alembic/runtime/environment.py -> build/lib/alembic/runtime copying alembic/runtime/migration.py -> build/lib/alembic/runtime creating build/lib/alembic/script copying alembic/script/__init__.py -> build/lib/alembic/script copying alembic/script/base.py -> build/lib/alembic/script copying alembic/script/revision.py -> build/lib/alembic/script copying alembic/script/write_hooks.py -> build/lib/alembic/script creating build/lib/alembic/testing copying alembic/testing/__init__.py -> build/lib/alembic/testing copying alembic/testing/assertions.py -> build/lib/alembic/testing copying alembic/testing/env.py -> build/lib/alembic/testing copying alembic/testing/fixtures.py -> build/lib/alembic/testing copying alembic/testing/requirements.py -> build/lib/alembic/testing copying alembic/testing/schemacompare.py -> build/lib/alembic/testing copying alembic/testing/util.py -> build/lib/alembic/testing copying alembic/testing/warnings.py -> build/lib/alembic/testing creating build/lib/alembic/util copying alembic/util/__init__.py -> build/lib/alembic/util copying alembic/util/compat.py -> build/lib/alembic/util copying alembic/util/exc.py -> build/lib/alembic/util copying alembic/util/langhelpers.py -> build/lib/alembic/util copying alembic/util/messaging.py -> build/lib/alembic/util copying alembic/util/pyfiles.py -> build/lib/alembic/util copying alembic/util/sqla_compat.py -> build/lib/alembic/util creating build/lib/alembic/testing/plugin copying alembic/testing/plugin/__init__.py -> build/lib/alembic/testing/plugin copying alembic/testing/plugin/bootstrap.py -> build/lib/alembic/testing/plugin running egg_info writing alembic.egg-info/PKG-INFO writing dependency_links to alembic.egg-info/dependency_links.txt writing entry points to alembic.egg-info/entry_points.txt writing requirements to alembic.egg-info/requires.txt writing top-level names to alembic.egg-info/top_level.txt warning: the 'license_file' option is deprecated, use 'license_files' instead adding license file 'LICENSE' (matched pattern 'LICENSE') reading manifest file 'alembic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching 'run_tests.py' no previously-included directories found matching 'docs/build/output' warning: no previously-included files found matching 'pyproject.toml' writing manifest file 'alembic.egg-info/SOURCES.txt' creating build/lib/alembic/templates creating build/lib/alembic/templates/async copying alembic/templates/async/README -> build/lib/alembic/templates/async copying alembic/templates/async/alembic.ini.mako -> build/lib/alembic/templates/async copying alembic/templates/async/env.py -> build/lib/alembic/templates/async copying alembic/templates/async/script.py.mako -> build/lib/alembic/templates/async creating build/lib/alembic/templates/generic copying alembic/templates/generic/README -> build/lib/alembic/templates/generic copying alembic/templates/generic/alembic.ini.mako -> build/lib/alembic/templates/generic copying alembic/templates/generic/env.py -> build/lib/alembic/templates/generic copying alembic/templates/generic/script.py.mako -> build/lib/alembic/templates/generic creating build/lib/alembic/templates/multidb copying alembic/templates/multidb/README -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/alembic.ini.mako -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/env.py -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/script.py.mako -> build/lib/alembic/templates/multidb creating build/lib/alembic/templates/pylons copying alembic/templates/pylons/README -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/alembic.ini.mako -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/env.py -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/script.py.mako -> build/lib/alembic/templates/pylons + /usr/bin/mkdir -p bin + echo 'python3 -c "import alembic.config; alembic.config.main()" $*' + chmod 0755 bin/alembic + help2man --version-string 1.6.5 --no-info -s 1 bin/alembic + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HYwUFX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch ++ dirname /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch + cd alembic-1.6.5 + install -d -m 0755 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/man/man1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch /usr/lib/python3.10/site-packages/setuptools/dist.py:648: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running install running install_lib creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10 creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/__main__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/command.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/config.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/context.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic copying build/lib/alembic/op.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/api.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/compare.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/render.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/rewriter.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/base.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/impl.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/mssql.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/mysql.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/oracle.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/postgresql.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl copying build/lib/alembic/ddl/sqlite.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/base.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/batch.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/ops.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/schemaobj.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations copying build/lib/alembic/operations/toimpl.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime copying build/lib/alembic/runtime/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime copying build/lib/alembic/runtime/environment.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime copying build/lib/alembic/runtime/migration.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script copying build/lib/alembic/script/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script copying build/lib/alembic/script/base.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script copying build/lib/alembic/script/revision.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script copying build/lib/alembic/script/write_hooks.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/assertions.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/env.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/fixtures.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/requirements.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/schemacompare.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/util.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing copying build/lib/alembic/testing/warnings.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/plugin copying build/lib/alembic/testing/plugin/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/plugin copying build/lib/alembic/testing/plugin/bootstrap.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/plugin creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/__init__.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/compat.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/exc.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/langhelpers.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/messaging.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/pyfiles.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util copying build/lib/alembic/util/sqla_compat.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async copying build/lib/alembic/templates/async/README -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async copying build/lib/alembic/templates/async/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async copying build/lib/alembic/templates/async/env.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async copying build/lib/alembic/templates/async/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/README -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/env.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/README -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/env.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb creating /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/README -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/env.py -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/__main__.py to __main__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/command.py to command.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/config.py to config.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/context.py to context.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/op.py to op.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate/api.py to api.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate/compare.py to compare.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate/render.py to render.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/autogenerate/rewriter.py to rewriter.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/base.py to base.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/impl.py to impl.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/mssql.py to mssql.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/mysql.py to mysql.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/oracle.py to oracle.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/postgresql.py to postgresql.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/ddl/sqlite.py to sqlite.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/base.py to base.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/batch.py to batch.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/ops.py to ops.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/schemaobj.py to schemaobj.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/operations/toimpl.py to toimpl.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime/environment.py to environment.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/runtime/migration.py to migration.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script/base.py to base.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script/revision.py to revision.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/script/write_hooks.py to write_hooks.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/assertions.py to assertions.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/env.py to env.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/fixtures.py to fixtures.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/requirements.py to requirements.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/schemacompare.py to schemacompare.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/util.py to util.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/warnings.py to warnings.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/plugin/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/testing/plugin/bootstrap.py to bootstrap.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/compat.py to compat.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/exc.py to exc.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/langhelpers.py to langhelpers.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/messaging.py to messaging.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/pyfiles.py to pyfiles.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/util/sqla_compat.py to sqla_compat.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/async/env.py to env.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/generic/env.py to env.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/multidb/env.py to env.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic/templates/pylons/env.py to env.cpython-310.pyc writing byte-compilation script '/tmp/tmpapds9ps9.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpapds9ps9.py removing /tmp/tmpapds9ps9.py running install_egg_info running egg_info writing alembic.egg-info/PKG-INFO writing dependency_links to alembic.egg-info/dependency_links.txt writing entry points to alembic.egg-info/entry_points.txt writing requirements to alembic.egg-info/requires.txt writing top-level names to alembic.egg-info/top_level.txt warning: the 'license_file' option is deprecated, use 'license_files' instead adding license file 'LICENSE' (matched pattern 'LICENSE') reading manifest file 'alembic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching 'run_tests.py' no previously-included directories found matching 'docs/build/output' warning: no previously-included files found matching 'pyproject.toml' writing manifest file 'alembic.egg-info/SOURCES.txt' Copying alembic.egg-info to /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10/site-packages/alembic-1.6.5-py3.10.egg-info running install_scripts Installing alembic script to /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/bin/__pycache__ + mv /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch//usr/bin/alembic /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch//usr/bin/alembic-3 + ln -s alembic-3 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch//usr/bin/alembic-3.10 + install -m 0644 alembic.1 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/man/man1/alembic-3.1 + ln -s alembic-3.1 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/man/man1/alembic-3.10.1 + ln -s alembic-3.10 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch//usr/bin/alembic + ln -s alembic-3.10.1 /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/man/man1/alembic.1 + /usr/bin/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.6.5-1.fc35 --unique-debug-suffix -1.6.5-1.fc35.noarch --unique-debug-src-base python-alembic-1.6.5-1.fc35.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/alembic-1.6.5 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3WfaMV + umask 022 + cd /builddir/build/BUILD + cd alembic-1.6.5 + py.test-3 ============================= test session starts ============================== platform linux -- Python 3.10.0b2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/alembic-1.6.5, configfile: setup.cfg collecting ... collected 1715 items tests/test_autogen_comments.py::AutogenerateCommentsTest::test_add_column_comment SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_add_table_comment SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_alter_column_comment SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_alter_table_comment SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_existing_column_comment_no_change SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_existing_table_comment_no_change SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_remove_column_comment SKIPPED [ 0%] tests/test_autogen_comments.py::AutogenerateCommentsTest::test_remove_table_comment SKIPPED [ 0%] tests/test_autogen_composition.py::AddColumnOrderTest::test_render_add_columns PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTest::test_imports_maintined PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTest::test_render_diffs_batch PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTest::test_render_diffs_standard PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTest::test_render_nothing PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTest::test_render_nothing_batch PASSED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTestWSchema::test_render_diffs_extras SKIPPED [ 0%] tests/test_autogen_composition.py::AutogenerateDiffTestWSchema::test_render_nothing SKIPPED [ 0%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_add_computed_column PASSED [ 0%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_cant_change_computed_warning[0] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_cant_change_computed_warning[1] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_cant_change_computed_warning[2] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_cant_change_computed_warning[3] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_computed_unchanged[-_exclusions0] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_computed_unchanged[-_exclusions1] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_computed_unchanged[-_exclusions2] PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_computed_unchanged[-_exclusions3] SKIPPED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_remove_computed_column PASSED [ 1%] tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_remove_computed_default_on_computed SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled[False] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled[True] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_comment[False] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_comment[True] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_notnull[False] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_notnull[True] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_server_default[False] SKIPPED [ 1%] tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_server_default[True] SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_alt_schema_included_by_schema_name SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_alt_schema_included_downgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_alt_schema_included_upgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_default_schema_omitted_by_schema_name_upgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_default_schema_omitted_by_table_name_upgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_default_schema_omitted_downgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCrossSchemaTest::test_default_schema_omitted_upgrade SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableAndSchemaTest::test_no_version_table SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableAndSchemaTest::test_version_table_in_target SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableSchemaTest::test_no_version_table SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableSchemaTest::test_version_table_in_target SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableTest::test_no_version_table PASSED [ 2%] tests/test_autogen_diffs.py::AutogenCustomVersionTableTest::test_version_table_in_target PASSED [ 2%] tests/test_autogen_diffs.py::AutogenDefaultSchemaIsNoneTest::test_no_default_schema PASSED [ 2%] tests/test_autogen_diffs.py::AutogenDefaultSchemaTest::test_uses_explcit_schema_in_default_one SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenDefaultSchemaTest::test_uses_explcit_schema_in_default_three SKIPPED [ 2%] tests/test_autogen_diffs.py::AutogenDefaultSchemaTest::test_uses_explcit_schema_in_default_two SKIPPED [ 3%] tests/test_autogen_diffs.py::AutogenKeyTest::test_autogen PASSED [ 3%] tests/test_autogen_diffs.py::AutogenSystemColTest::test_dont_add_system SKIPPED [ 3%] tests/test_autogen_diffs.py::AutogenVersionTableTest::test_no_version_table PASSED [ 3%] tests/test_autogen_diffs.py::AutogenVersionTableTest::test_version_table_in_target PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateCustomCompareTypeTest::test_column_type_modified_custom_compare_type_returns_True PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateCustomCompareTypeTest::test_column_type_not_modified_custom_compare_type_returns_False PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateCustomCompareTypeTest::test_uses_custom_compare_type_function PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffOrderTest::test_diffs_order PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_affinity_typedec PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_custom_type_compare PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_diffs PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_dont_barf_on_already_reflected PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_include_name PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_include_object PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_skip_null_type_comparison_local PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTest::test_skip_null_type_comparison_reflected PASSED [ 3%] tests/test_autogen_diffs.py::AutogenerateDiffTestWSchema::test_diffs SKIPPED [ 4%] tests/test_autogen_diffs.py::AutogenerateVariantCompareTest_sqlite+pysqlite_3_35_5::test_variant_no_issue PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_compositepk_explicit_true SKIPPED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_compositepk_false PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_compositepk_implicit_false PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_none PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_nonpk_explicit_true PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_nonpk_false PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_nonpk_implicit_false PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_pk_explicit_true PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_pk_false PASSED [ 4%] tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_pk_implicit_true PASSED [ 4%] tests/test_autogen_diffs.py::CompareMetadataTest::test_compare_metadata PASSED [ 4%] tests/test_autogen_diffs.py::CompareMetadataTest::test_compare_metadata_as_sql PASSED [ 4%] tests/test_autogen_diffs.py::CompareMetadataTest::test_compare_metadata_include_name PASSED [ 4%] tests/test_autogen_diffs.py::CompareMetadataTest::test_compare_metadata_include_object PASSED [ 4%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola0-colb0-False-_exclusions0] SKIPPED [ 4%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola1-colb1-True-_exclusions1] SKIPPED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola2-colb2-True-_exclusions2] SKIPPED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola0] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola10] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola11] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola12] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola13] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola14] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola15] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola16] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola1] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola2] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola3] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola4] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola5] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola6] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola7] PASSED [ 5%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola8] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_introspected_columns_match_metadata_columns[cola9] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola0-colb0-False-_exclusions0] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola1-colb1-True-_exclusions1] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola2-colb2-True-_exclusions2] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola3-colb3-True-_exclusions3] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola4-colb4-True-_exclusions4] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola5-colb5-False-_exclusions5] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola6-colb6-False-_exclusions6] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola7-colb7-False-_exclusions7] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_numeric_comparisons[cola8-colb8-False-_exclusions8] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola0-colb0-False-_exclusions0] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola1-colb1-False-_exclusions1] PASSED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola10-colb10-False-_exclusions10] SKIPPED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola11-colb11-False-_exclusions11] SKIPPED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola12-colb12-True-_exclusions12] SKIPPED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola13-colb13-False-_exclusions13] SKIPPED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola14-colb14-True-_exclusions14] SKIPPED [ 6%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola2-colb2-True-_exclusions2] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola3-colb3-True-_exclusions3] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola4-colb4-False-_exclusions4] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola5-colb5-False-_exclusions5] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola6-colb6-True-_exclusions6] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola7-colb7-True-_exclusions7] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola8-colb8-True-_exclusions8] PASSED [ 7%] tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola9-colb9-True-_exclusions9] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[BIGINT-BIGINT] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[BIGINT-INTEGER] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[BIGINT-SMALLINT] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10)-DECIMAL(10, 5)] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 2)-NUMERIC(10)] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 5)-DATETIME] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 5)-DECIMAL(10)] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 5)-DECIMAL(10, 6)] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 5)-NUMERIC(10, 5)] PASSED [ 7%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[DECIMAL(10, 5)-NUMERIC(12, 5)] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[INTEGER-INTEGER] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[INTEGER-SMALLINT] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[INTEGER-VARCHAR] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[NUMERIC-NUMERIC] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[TEXT-VARCHAR(255)] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[VARCHAR(30)-INTEGER] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[VARCHAR(30)-VARCHAR(30)] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_compare_type[VARCHAR(30)-VARCHAR(40)] PASSED [ 8%] tests/test_autogen_diffs.py::CompareTypeSpecificityTest::test_typedec_to_nonstandard PASSED [ 8%] tests/test_autogen_diffs.py::IncludeFiltersAPITest::test_run_name_filters_supports_extension_types PASSED [ 8%] tests/test_autogen_diffs.py::IncludeFiltersAPITest::test_run_object_filters_supports_extension_types PASSED [ 8%] tests/test_autogen_diffs.py::MultipleMetaDataTest::test_empty_list PASSED [ 8%] tests/test_autogen_diffs.py::MultipleMetaDataTest::test_multiple PASSED [ 8%] tests/test_autogen_diffs.py::MultipleMetaDataTest::test_non_list_sequence PASSED [ 8%] tests/test_autogen_diffs.py::MultipleMetaDataTest::test_raise_on_dupe PASSED [ 8%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_check PASSED [ 8%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_column PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_fk PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_pk PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_pk_no_orig PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_table PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_add_unique PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_create_index PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_check PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_column PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_fk PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_index PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_pk PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_table PASSED [ 9%] tests/test_autogen_diffs.py::OrigObjectTest::test_drop_unique PASSED [ 9%] tests/test_autogen_diffs.py::PGCompareMetaData::test_compare_metadata_schema SKIPPED [ 9%] tests/test_autogen_diffs.py::PKConstraintUpgradesIgnoresNullableTest_sqlite+pysqlite_3_35_5::test_no_change PASSED [ 9%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_deferrable SKIPPED [ 9%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_one SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_three SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_two SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferred SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_immediate_plus_deferrable SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_ondelete PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_onupdate PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_change_ondelete_from_restrict PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_change_onupdate_from_restrict PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_ondelete PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_ondelete_noaction PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_ondelete_restrict PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_onupdate PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_onupdate_noaction PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_nochange_onupdate_restrict PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_ondelete_onupdate_combo PASSED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_deferrable SKIPPED [ 10%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_initially_deferred SKIPPED [ 11%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_initially_immediate_plus_deferrable SKIPPED [ 11%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_ondelete PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_onupdate PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_add_composite_fk_with_name PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_add_fk PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_add_fk_colkeys PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_casing_convention_changed_so_put_drops_first PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_no_change PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_no_change_colkeys PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_no_change_composite_fk PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_remove_composite_fk PASSED [ 11%] tests/test_autogen_fks.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_35_5::test_remove_fk PASSED [ 11%] tests/test_autogen_fks.py::IncludeHooksTest::test_add_metadata_fk SKIPPED [ 11%] tests/test_autogen_fks.py::IncludeHooksTest::test_change_fk[name] SKIPPED [ 11%] tests/test_autogen_fks.py::IncludeHooksTest::test_change_fk[object] SKIPPED [ 11%] tests/test_autogen_fks.py::IncludeHooksTest::test_remove_connection_fk[name] SKIPPED [ 11%] tests/test_autogen_fks.py::IncludeHooksTest::test_remove_connection_fk[object] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_add_identity_column SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_add_identity_to_column SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[None-after0] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[before1-None] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[before2-after2] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[before3-after3] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[before4-after4] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_change_identity[before5-after5] SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_identity_on_null SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_no_change_identity_column SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_remove_identity_column SKIPPED [ 12%] tests/test_autogen_identity.py::AutogenerateIdentityTest::test_remove_identity_from_column SKIPPED [ 12%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_add_idx_non_col PASSED [ 12%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_add_ix_on_table_create PASSED [ 12%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_add_unique_constraint PASSED [ 12%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_add_uq_ix_on_table_create PASSED [ 12%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_dont_add_uq_on_reverse_table_drop PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_dont_add_uq_on_table_create PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_drop_table_w_indexes PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_drop_table_w_uq_constraint PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_index_becomes_unique PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_index_flag_becomes_named_unique_constraint PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_ix_casing_convention_changed_so_put_drops_first PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_mismatch_db_named_col_flag PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_named_cols_changed PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_new_idx_index_named_as_column PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_new_table_added PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_implicit_composite_fk_index_named PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_implicit_fk_index_named PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_implicit_uq_w_naming_conv PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_index_named_as_column PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_index_w_colkeys PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_nconv_name PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_plain_name PASSED [ 13%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_one PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_two PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_unique_w_colkeys PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_nconv_name PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_plain_name PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_ix_changed_labels_were_truncated PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_nothing_uq_changed_labels_were_truncated PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_remove_named_unique_constraint PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_remove_named_unique_index PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_removed_idx_index_named_as_column PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_unchanged_case_sensitive_explicit_idx PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_unchanged_case_sensitive_implicit_idx PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_unchanged_idx_non_col PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_unique_flag_nothing_changed PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_unnamed_cols_changed PASSED [ 14%] tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest::test_uq_casing_convention_changed_so_put_drops_first PASSED [ 14%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_add_metadata_index PASSED [ 14%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_add_metadata_unique PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_change_index PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_change_unique PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_remove_connection_index[name] PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_remove_connection_index[object] PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_remove_connection_uq[name] PASSED [ 15%] tests/test_autogen_indexes.py::IncludeHooksTest_sqlite+pysqlite_3_35_5::test_remove_connection_uq[object] PASSED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_add_idx_non_col SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_add_ix_on_table_create SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_add_unique_constraint SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_add_uq_ix_on_table_create SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_dont_add_uq_on_reverse_table_drop SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_dont_add_uq_on_table_create SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_drop_table_w_indexes SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_drop_table_w_uq_constraint SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_index_becomes_unique SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_index_flag_becomes_named_unique_constraint SKIPPED [ 15%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_ix_casing_convention_changed_so_put_drops_first SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_mismatch_db_named_col_flag SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_named_cols_changed SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_new_idx_index_named_as_column SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_new_table_added SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_implicit_composite_fk_index_named SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_implicit_fk_index_named SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_implicit_uq_w_naming_conv SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_index_named_as_column SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_index_w_colkeys SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_nconv_name SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_plain_name SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_one SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_two SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_unique_w_colkeys SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_nconv_name SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_plain_name SKIPPED [ 16%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_ix_changed_labels_were_truncated SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_nothing_uq_changed_labels_were_truncated SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_remove_named_unique_constraint SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_remove_named_unique_index SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_removed_idx_index_named_as_column SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_unchanged_case_sensitive_explicit_idx SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_unchanged_case_sensitive_implicit_idx SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_unchanged_idx_non_col SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_unique_flag_nothing_changed SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_unnamed_cols_changed SKIPPED [ 17%] tests/test_autogen_indexes.py::MySQLUniqueIndexTest::test_uq_casing_convention_changed_so_put_drops_first SKIPPED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_add_idx_non_col PASSED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_add_ix_on_table_create PASSED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_add_unique_constraint PASSED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_add_uq_ix_on_table_create PASSED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_dont_add_uq_on_reverse_table_drop SKIPPED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_dont_add_uq_on_table_create PASSED [ 17%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_drop_table_w_indexes PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_drop_table_w_uq_constraint PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_index_becomes_unique PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_index_flag_becomes_named_unique_constraint PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_ix_casing_convention_changed_so_put_drops_first PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_mismatch_db_named_col_flag PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_named_cols_changed PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_new_idx_index_named_as_column PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_new_table_added PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_implicit_composite_fk_index_named PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_implicit_fk_index_named PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_implicit_uq_w_naming_conv PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_index_named_as_column PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_index_w_colkeys PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_ix_w_mixed_case_nconv_name PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_ix_w_mixed_case_plain_name PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_one PASSED [ 18%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_two PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_unique_w_colkeys PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_uq_w_mixed_case_nconv_name PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_changed_uq_w_mixed_case_plain_name PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_ix_changed_labels_were_truncated PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_nothing_uq_changed_labels_were_truncated PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_remove_named_unique_constraint PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_remove_named_unique_index PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_remove_plain_index_is_reported PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_remove_unique_index_not_reported PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_removed_idx_index_named_as_column PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unchanged_case_sensitive_explicit_idx PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unchanged_case_sensitive_implicit_idx PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unchanged_idx_non_col PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unique_flag_nothing_changed PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unique_not_reported PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_unnamed_cols_changed PASSED [ 19%] tests/test_autogen_indexes.py::NoUqReflectionIndexTest::test_uq_casing_convention_changed_so_put_drops_first SKIPPED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_add_idx_non_col PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_add_ix_on_table_create PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_add_unique_constraint PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_add_uq_ix_on_table_create PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_dont_add_uq_on_reverse_table_drop SKIPPED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_dont_add_uq_on_table_create PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_drop_table_w_indexes PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_drop_table_w_uq_constraint PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_index_becomes_unique PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_index_flag_becomes_named_unique_constraint PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_ix_casing_convention_changed_so_put_drops_first PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_mismatch_db_named_col_flag PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_named_cols_changed PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_new_idx_index_named_as_column PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_new_table_added PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_implicit_composite_fk_index_named PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_implicit_fk_index_named PASSED [ 20%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_implicit_uq_w_naming_conv PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_index_named_as_column PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_index_w_colkeys PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_ix_w_mixed_case_nconv_name PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_ix_w_mixed_case_plain_name PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_one PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_two PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_unique_w_colkeys PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_uq_w_mixed_case_nconv_name PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_changed_uq_w_mixed_case_plain_name PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_ix_changed_labels_were_truncated PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_nothing_uq_changed_labels_were_truncated PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_remove_named_unique_constraint PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_remove_named_unique_index PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_remove_plain_index_is_reported PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_remove_unique_index_not_reported PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_removed_idx_index_named_as_column PASSED [ 21%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unchanged_case_sensitive_explicit_idx PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unchanged_case_sensitive_implicit_idx PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unchanged_idx_non_col PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unique_flag_nothing_changed PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unique_not_reported PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_unnamed_cols_changed PASSED [ 22%] tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest::test_uq_casing_convention_changed_so_put_drops_first SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_add_idx_non_col SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_add_ix_on_table_create SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_add_unique_constraint SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_add_uq_ix_on_table_create SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_dont_add_uq_on_reverse_table_drop SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_dont_add_uq_on_table_create SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_drop_table_w_indexes SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_drop_table_w_uq_constraint SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_index_becomes_unique SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_index_flag_becomes_named_unique_constraint SKIPPED [ 22%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_ix_casing_convention_changed_so_put_drops_first SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_mismatch_db_named_col_flag SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_named_cols_changed SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_new_idx_index_named_as_column SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_new_table_added SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_implicit_composite_fk_index_named SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_implicit_fk_index_named SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_implicit_uq_w_naming_conv SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_index_named_as_column SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_index_w_colkeys SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_nconv_name SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_plain_name SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_one SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_two SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_unique_w_colkeys SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_nconv_name SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_plain_name SKIPPED [ 23%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_ix_changed_labels_were_truncated SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_nothing_uq_changed_labels_were_truncated SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_remove_named_unique_constraint SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_remove_named_unique_index SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_removed_idx_index_named_as_column SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_unchanged_case_sensitive_explicit_idx SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_unchanged_case_sensitive_implicit_idx SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_unchanged_idx_non_col SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_unique_flag_nothing_changed SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_unnamed_cols_changed SKIPPED [ 24%] tests/test_autogen_indexes.py::OracleUniqueIndexTest::test_uq_casing_convention_changed_so_put_drops_first SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_add_idx_non_col SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_add_ix_on_table_create SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_add_unique_constraint SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_add_uq_ix_on_table_create SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_dont_add_uq_on_reverse_table_drop SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_dont_add_uq_on_table_create SKIPPED [ 24%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_drop_table_w_indexes SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_drop_table_w_uq_constraint SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_exclude_const_unchanged SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_functional_ix_one SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_functional_ix_two SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_idx_added_schema SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_idx_unchanged_schema SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_index_becomes_unique SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_index_flag_becomes_named_unique_constraint SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_ix_casing_convention_changed_so_put_drops_first SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_mismatch_db_named_col_flag SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_named_cols_changed SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_new_idx_index_named_as_column SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_new_table_added SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_implicit_composite_fk_index_named SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_implicit_fk_index_named SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_implicit_uq_w_naming_conv SKIPPED [ 25%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_index_named_as_column SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_index_w_colkeys SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_nconv_name SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_ix_w_mixed_case_plain_name SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_one SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_two SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_unique_w_colkeys SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_nconv_name SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_changed_uq_w_mixed_case_plain_name SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_ix_changed_labels_were_truncated SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_nothing_uq_changed_labels_were_truncated SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_remove_named_unique_constraint SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_remove_named_unique_index SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_removed_idx_index_named_as_column SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_same_tname_two_schemas SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_unchanged_case_sensitive_explicit_idx SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_unchanged_case_sensitive_implicit_idx SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_unchanged_idx_non_col SKIPPED [ 26%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_unique_flag_nothing_changed SKIPPED [ 27%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_unnamed_cols_changed SKIPPED [ 27%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_uq_added_schema SKIPPED [ 27%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_uq_casing_convention_changed_so_put_drops_first SKIPPED [ 27%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_uq_dropped SKIPPED [ 27%] tests/test_autogen_indexes.py::PGUniqueIndexTest::test_uq_unchanged_schema SKIPPED [ 27%] tests/test_autogen_indexes.py::TruncatedIdxTest::test_idx_matches_long PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_batch PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_inline_colkeys PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_kwarg PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_schema PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_schema_batch PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_fk_constraint_separate_colkeys PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_unique_constraint PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_unique_constraint_batch PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_unique_constraint_schema PASSED [ 27%] tests/test_autogen_render.py::AutogenRenderTest::test_add_unique_constraint_schema_batch PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_add_unique_constraint_unicode_schema PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_fk_constraint PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_fk_constraint_batch PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_fk_constraint_batch_schema PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_fk_constraint_schema PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_index PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_index_batch PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_index_schema PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_index_schema_batch PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_unique_constraint PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_unique_constraint_schema PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_drop_unique_constraint_schema_reprobj PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_generic_array_type PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_computed PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_computed_persisted[False] PASSED [ 28%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_computed_persisted[True] PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_custom_kwarg PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_identity[kw0-sa.Identity(always=False)] PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_identity[kw1-sa.Identity(always=None)] PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_identity[kw2-sa.Identity(always=True)] PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_identity[kw3-sa.Identity(always=False, on_null=True, start=2, increment=4, minvalue=-3, maxvalue=99, nominvalue=True, nomaxvalue=True, cycle=True, cache=42, order=True)] PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_system PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_w_schema PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_with_comment PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_batch PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_cast PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_custom_kwarg PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_desc PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_func PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_schema PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_add_index_schema_batch PASSED [ 29%] tests/test_autogen_render.py::AutogenRenderTest::test_render_addtl_args PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_add_identity[kw0-sa.Identity(always=False)] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_add_identity[kw1-sa.Identity(always=None)] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_add_identity[kw2-sa.Identity(always=True)] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_add_identity[kw3-sa.Identity(always=False, on_null=True, start=2, increment=4, minvalue=-3, maxvalue=99, nominvalue=True, nomaxvalue=True, cycle=True, cache=42, order=True)] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_existing_default PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_existing_default_perisisted[False] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_existing_default_perisisted[True] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_modify_default PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_modify_default_perisisted[False] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_computed_modify_default_perisisted[True] PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_drop_identity PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_existing_comment PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_modify_comment PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_array_no_context PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_check_constraint_literal PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_check_constraint_literal_binds PASSED [ 30%] tests/test_autogen_render.py::AutogenRenderTest::test_render_check_constraint_sqlexpr PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_col_autoinc_false_mysql PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_col_comment_with_quote PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_col_drop_comment PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_col_with_comment PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_col_with_server_default PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_create_table_comment_op PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_create_table_comment_op_with_existing_comment PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_create_table_comment_op_with_schema PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_create_table_comment_with_quote_op PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_custom PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_column PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_column_w_schema PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_index_custom_kwarg PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_table PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_table_comment_op PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_table_comment_op_existing_with_quote PASSED [ 31%] tests/test_autogen_render.py::AutogenRenderTest::test_render_drop_table_w_schema PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_empty_pk_vs_nonempty_pk PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_enum PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_executesql_plaintext PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_executesql_sqlexpr_notimplemented PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_bad_table_resolve PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_bad_table_resolve_dont_get_confused PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_kwarg PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_link_to_name PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_resolve_key PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_use_alter PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_fk_constraint_w_metadata_schema PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_nullable PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_nullable_no_existing_type PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_nullable_w_default PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_nullable_w_schema PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_reflected_int_server_default PASSED [ 32%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_type PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_type_w_autoincrement PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_modify_type_w_schema PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_non_native_enum PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_pk_with_col_name_vs_col_key PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_quoted_server_default PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_context_passed PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_func PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_int PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_no_context PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_non_native_boolean PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_server_default_text PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_max_cols PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_no_implicit_check PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_upgrade PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_autoincrement PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_fk_schema PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_metadata_schema PASSED [ 33%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_metadata_schema_override PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_prefixes PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_prefixes_schema PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_schema PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_system PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_unicode_name PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_unicode_schema PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_w_unsupported_constraint PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_table_with_comment PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_unicode_server_default PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_unique_constraint_opts PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_render_variant PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_repr_custom_type_w_sqla_prefix PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_repr_dialect_type PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_repr_plain_sqla_type PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_repr_user_type_user_prefix_None PASSED [ 34%] tests/test_autogen_render.py::AutogenRenderTest::test_repr_user_type_user_prefix_present PASSED [ 34%] tests/test_autogen_render.py::RenderNamingConventionTest::test_create_table_plus_add_index_in_modify PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_explicit_named_unique_constraint PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_explicit_unique_constraint PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_implicit_unique_constraint PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_inline_ck_constraint PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_inline_fk PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_inline_pk_constraint PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_render_add_index PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_render_add_index_schema PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_render_check_constraint_renamed PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_render_drop_index PASSED [ 35%] tests/test_autogen_render.py::RenderNamingConventionTest::test_schema_type_boolean PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_add_col PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_create_check PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_create_fk PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_create_fk_schema PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_create_pk PASSED [ 35%] tests/test_batch.py::BatchAPITest::test_create_uq PASSED [ 36%] tests/test_batch.py::BatchAPITest::test_drop_col PASSED [ 36%] tests/test_batch.py::BatchAPITest::test_drop_constraint PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_ck PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_after_another_insert PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_after_end PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_after_middle PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_after_penultimate PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_after_plus_no_order PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_before PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_before_another_insert PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_before_beginning PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_insert_before_middle PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_no_order_plus_insert_after PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_col_partial_reordering PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_column_comment PASSED [ 36%] tests/test_batch.py::BatchApplyTest::test_add_fk PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_add_server_default PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_add_table_opts PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_add_uq PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_alter_column_comment PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_change_type PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_change_type_schematype_to_non PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_create_index PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_do_not_add_existing_columns_columns PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_ck_col PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_ck_table PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_col PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_col_remove_fk PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_col_remove_pk PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_col_retain_fk PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_col_retain_fk_selfref PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_fk PASSED [ 37%] tests/test_batch.py::BatchApplyTest::test_drop_index PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_drop_pk PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_drop_server_default PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_drop_uq PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_partial_reordering PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_regen_multi_fk PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_regen_multi_fk_schema PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_boolean PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_boolean_no_ck PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_enum PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_fk PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_literal_ck PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_literal_ck_workaround PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_pk PASSED [ 38%] tests/test_batch.py::BatchApplyTest::test_rename_col_sql_ck PASSED [ 38%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_ck_constraint SKIPPED [ 38%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_auto SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_comment SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_comment_recreate SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_insert_after_recreate SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_insert_before_raise_on_alter SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_insert_before_recreate SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_column_recreate SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_pk_constraint SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_add_table_comment SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_alter_column_comment SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_alter_column_comment_recreate SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_change_type SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_change_type_boolean_to_int SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_change_type_int_to_boolean SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_create_drop_index SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_col_schematype SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_column SKIPPED [ 39%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_column_fk_recreate SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_column_pk SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_foreign_key SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_pk_col_readd_col SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_pk_col_readd_col_also_pk_const SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_pk_col_readd_pk_col SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_drop_table_comment SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_fk_points_to_me_auto SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_fk_points_to_me_recreate SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_fk_points_to_me_sqlite_refinteg SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_ix_existing SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_no_net_change_timestamp SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_no_net_change_timestamp_w_default SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_rename_column SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_rename_column_boolean SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_rename_column_non_native_boolean_no_ck SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_rename_column_pk SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_selfref_fk_auto SKIPPED [ 40%] tests/test_batch.py::BatchRoundTripMySQLTest::test_selfref_fk_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripMySQLTest::test_selfref_fk_sqlite_refinteg SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_ck_constraint SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_col_table_has_native_boolean SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_auto SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_comment SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_comment_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_insert_after_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_insert_before_raise_on_alter SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_insert_before_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_column_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_pk_constraint SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_add_table_comment SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_alter_column_comment SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_alter_column_comment_recreate SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_change_type SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_change_type_boolean_to_int SKIPPED [ 41%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_change_type_int_to_boolean SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_create_drop_index SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_col_schematype SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_column SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_column_fk_recreate SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_column_pk SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_foreign_key SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_pk_col_readd_col SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_pk_col_readd_col_also_pk_const SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_pk_col_readd_pk_col SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_drop_table_comment SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_fk_points_to_me_auto SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_fk_points_to_me_recreate SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_fk_points_to_me_sqlite_refinteg SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_ix_existing SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_no_net_change_timestamp SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_no_net_change_timestamp_w_default SKIPPED [ 42%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_rename_column SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_rename_column_boolean SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_rename_column_non_native_boolean_no_ck SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_rename_column_pk SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_selfref_fk_auto SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_selfref_fk_recreate SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripPostgresqlTest::test_selfref_fk_sqlite_refinteg SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_ck_constraint PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_auto PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_comment SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_comment_recreate SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_insert_after_recreate PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_insert_before_raise_on_alter PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_insert_before_recreate PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_column_recreate PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_pk_constraint PASSED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_add_table_comment SKIPPED [ 43%] tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment SKIPPED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment_recreate SKIPPED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_change_type PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_change_type_boolean_to_int PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_change_type_int_to_boolean PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_create_drop_index PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_col_schematype PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_column PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_column_fk_recreate PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_column_pk PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_foreign_key PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_pk_col_readd_col PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_pk_col_readd_col_also_pk_const PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_pk_col_readd_pk_col PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_drop_table_comment SKIPPED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_fk_points_to_me_auto PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_fk_points_to_me_recreate PASSED [ 44%] tests/test_batch.py::BatchRoundTripTest::test_fk_points_to_me_sqlite_refinteg PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_ix_existing PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_no_net_change_timestamp PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_no_net_change_timestamp_w_default PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_rename_column PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_rename_column_boolean PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_rename_column_non_native_boolean_no_ck PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_rename_column_pk PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_selfref_fk_auto PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_selfref_fk_recreate PASSED [ 45%] tests/test_batch.py::BatchRoundTripTest::test_selfref_fk_sqlite_refinteg PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_change_type PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_change_type_from_schematype PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_change_type_to_schematype PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_create_drop_index_w_always PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_create_drop_index_w_other_ops PASSED [ 45%] tests/test_batch.py::CopyFromTest::test_create_drop_index_wo_always PASSED [ 45%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_as_sql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_as_sql_mssql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_as_sql_pg PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_from_new_table PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_inline_literal_as_sql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_mssql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_no_rows PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_pg PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_pg_single PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_pg_single_as_sql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_pg_single_big_t_as_sql PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_bulk_insert_wrong_cols PASSED [ 46%] tests/test_bulk_insert.py::BulkInsertTest::test_invalid_format PASSED [ 46%] tests/test_bulk_insert.py::RoundTripTest::test_bulk_insert_from_new_table PASSED [ 46%] tests/test_bulk_insert.py::RoundTripTest::test_bulk_insert_inline_literal PASSED [ 46%] tests/test_bulk_insert.py::RoundTripTest::test_bulk_insert_round_trip PASSED [ 46%] tests/test_bulk_insert.py::RoundTripTest::test_single_insert_round_trip PASSED [ 46%] tests/test_command.py::CommandLineTest::test_config_file_c_override PASSED [ 47%] tests/test_command.py::CommandLineTest::test_config_file_default PASSED [ 47%] tests/test_command.py::CommandLineTest::test_config_file_env_variable PASSED [ 47%] tests/test_command.py::CommandLineTest::test_config_file_env_variable_c_override PASSED [ 47%] tests/test_command.py::CommandLineTest::test_help_text PASSED [ 47%] tests/test_command.py::CommandLineTest::test_init_file_doesnt_exist PASSED [ 47%] tests/test_command.py::CommandLineTest::test_init_file_exists_and_is_empty PASSED [ 47%] tests/test_command.py::CommandLineTest::test_init_file_exists_and_is_not_empty PASSED [ 47%] tests/test_command.py::CommandLineTest::test_init_w_package PASSED [ 47%] tests/test_command.py::CommandLineTest::test_run_cmd_args_missing PASSED [ 47%] tests/test_command.py::CommandLineTest::test_version_text PASSED [ 47%] tests/test_command.py::CurrentTest::test_current_obfuscate_password PASSED [ 47%] tests/test_command.py::CurrentTest::test_doesnt_create_alembic_version PASSED [ 47%] tests/test_command.py::CurrentTest::test_heads_one_is_dependent PASSED [ 47%] tests/test_command.py::CurrentTest::test_heads_upg PASSED [ 47%] tests/test_command.py::CurrentTest::test_no_current PASSED [ 47%] tests/test_command.py::CurrentTest::test_plain_current PASSED [ 47%] tests/test_command.py::CurrentTest::test_two_heads PASSED [ 48%] tests/test_command.py::EditTest::test_edit_b PASSED [ 48%] tests/test_command.py::EditTest::test_edit_current PASSED [ 48%] tests/test_command.py::EditTest::test_edit_head PASSED [ 48%] tests/test_command.py::EditTest::test_edit_no_current PASSED [ 48%] tests/test_command.py::EditTest::test_edit_no_revs PASSED [ 48%] tests/test_command.py::EditTest::test_edit_with_missing_editor PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_base_to_num PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_current_to_head_as_b PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_current_to_head_as_base PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_full PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_full_environment PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_include_env PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_indicate_current PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_num_plus_relative PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_num_range PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_num_range_environment PASSED [ 48%] tests/test_command.py::HistoryTest::test_history_num_to_head PASSED [ 49%] tests/test_command.py::HistoryTest::test_history_num_to_head_environment PASSED [ 49%] tests/test_command.py::HistoryTest::test_history_relative_to_num PASSED [ 49%] tests/test_command.py::HistoryTest::test_history_too_large_relative_to_num PASSED [ 49%] tests/test_command.py::LiveStampTest::test_stamp_creates_table PASSED [ 49%] tests/test_command.py::LiveStampTest::test_stamp_existing_downgrade PASSED [ 49%] tests/test_command.py::LiveStampTest::test_stamp_existing_upgrade PASSED [ 49%] tests/test_command.py::LiveStampTest::test_stamp_version_already_there PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogen PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogen_db_not_up_to_date PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogen_db_not_up_to_date_multi_heads PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogen_need_to_select_head PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogenerate_db_not_up_to_date_post_merge PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_autogenerate_post_merge PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_depends_on PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_depends_on_branch_label PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_depends_on_partial_revid PASSED [ 49%] tests/test_command.py::RevisionTest::test_create_rev_invalid_depends_on PASSED [ 50%] tests/test_command.py::RevisionTest::test_create_rev_plain_db_not_up_to_date PASSED [ 50%] tests/test_command.py::RevisionTest::test_create_rev_plain_db_not_up_to_date_multi_heads PASSED [ 50%] tests/test_command.py::RevisionTest::test_create_rev_plain_need_to_select_head PASSED [ 50%] tests/test_command.py::RevisionTest::test_create_rev_plain_post_merge PASSED [ 50%] tests/test_command.py::RevisionTest::test_err_correctly_raised_on_dupe_rows_no_pk PASSED [ 50%] tests/test_command.py::RevisionTest::test_nonsensical_sql_mode_autogen PASSED [ 50%] tests/test_command.py::RevisionTest::test_nonsensical_sql_no_env PASSED [ 50%] tests/test_command.py::RevisionTest::test_pk_constraint_normally_prevents_dupe_rows PASSED [ 50%] tests/test_command.py::RevisionTest::test_sensical_sql_w_env PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_online_stamp_multi_rev_from_real_ancestor PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_online_stamp_multi_rev_nonsensical PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_online_stamp_version_already_there PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_different_multi_start PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_heads PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_heads_symbolic PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_multi_rev_from_multi_base_nonsensical PASSED [ 50%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_multi_rev_from_multi_start PASSED [ 51%] tests/test_command.py::StampMultipleHeadsTest::test_sql_stamp_multi_rev_nonsensical PASSED [ 51%] tests/test_command.py::StampMultipleHeadsTest::test_stamp_purge PASSED [ 51%] tests/test_command.py::StampMultipleHeadsTest::test_stamp_purge_no_sql PASSED [ 51%] tests/test_command.py::StampMultipleRootsTest::test_sql_stamp_heads PASSED [ 51%] tests/test_command.py::StampMultipleRootsTest::test_sql_stamp_single_head PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_base_to_head_sql PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_none_to_head_sql PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_sql_stamp_from_partial_rev PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_sql_stamp_from_rev PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_sql_stamp_revision_as_kw PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_stamp_argparser_multiple_rev PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_stamp_argparser_single_rev PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_version_from_middle_update PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_version_from_none_insert PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_version_to_middle PASSED [ 51%] tests/test_command.py::UpgradeDowngradeStampTest::test_version_to_none PASSED [ 51%] tests/test_config.py::ConfigTest::test_attributes_attr PASSED [ 52%] tests/test_config.py::ConfigTest::test_attributes_construtor PASSED [ 52%] tests/test_config.py::ConfigTest::test_config_no_file_main_option PASSED [ 52%] tests/test_config.py::ConfigTest::test_config_no_file_section_option PASSED [ 52%] tests/test_config.py::ConfigTest::test_config_set_main_option_percent PASSED [ 52%] tests/test_config.py::ConfigTest::test_config_set_section_option_interpolation PASSED [ 52%] tests/test_config.py::ConfigTest::test_config_set_section_option_percent PASSED [ 52%] tests/test_config.py::ConfigTest::test_no_script_error PASSED [ 52%] tests/test_config.py::ConfigTest::test_standalone_op PASSED [ 52%] tests/test_config.py::FileConfigTest::test_config_args PASSED [ 52%] tests/test_config.py::StdoutOutputEncodingTest::test_ascii_unicode PASSED [ 52%] tests/test_config.py::StdoutOutputEncodingTest::test_only_formats_output_with_args PASSED [ 52%] tests/test_config.py::StdoutOutputEncodingTest::test_plain PASSED [ 52%] tests/test_config.py::StdoutOutputEncodingTest::test_utf8_unicode PASSED [ 52%] tests/test_config.py::TemplateOutputEncodingTest::test_default PASSED [ 52%] tests/test_config.py::TemplateOutputEncodingTest::test_setting PASSED [ 52%] tests/test_environment.py::CWDTest::test_sys_path_prepend[. /tmp/foo-expected4] PASSED [ 52%] tests/test_environment.py::CWDTest::test_sys_path_prepend[.-expected0] PASSED [ 53%] tests/test_environment.py::CWDTest::test_sys_path_prepend[/tmp/foo /tmp/bar-expected2] PASSED [ 53%] tests/test_environment.py::CWDTest::test_sys_path_prepend[/tmp/foo,/tmp/bar-expected3] PASSED [ 53%] tests/test_environment.py::CWDTest::test_sys_path_prepend[/tmp/foo:/tmp/bar-expected1] PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_error_on_passing_engine PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_migration_context_has_config PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_sql_mode_parameters PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_tag_arg PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_x_arg PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_x_arg_asdict PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_x_arg_no_opts PASSED [ 53%] tests/test_environment.py::EnvironmentTest::test_x_arg_no_opts_asdict PASSED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block SKIPPED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block_no_transaction SKIPPED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block_nontransactional_ddl_sqlmode PASSED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block_transactional_ddl_sqlmode PASSED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_commit PASSED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_contextmanager_commit PASSED [ 53%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_contextmanager_explicit_commit PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_contextmanager_explicit_rollback PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_contextmanager_rollback PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_proxy_transaction_rollback PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_all_non_transactional_ddl PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_all_sqlmode PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_all_transactional_ddl PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_migration_non_transactional_ddl PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_migration_sqlmode PASSED [ 54%] tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_transaction_per_migration_transactional_ddl PASSED [ 54%] tests/test_external_dialect.py::ExternalDialectRenderTest::test_external_nested_render_external_type PASSED [ 54%] tests/test_external_dialect.py::ExternalDialectRenderTest::test_external_nested_render_sqla_type PASSED [ 54%] tests/test_external_dialect.py::ExternalDialectRenderTest::test_render_type PASSED [ 54%] tests/test_impl.py::FutureImplTest::test_execute_multiparams PASSED [ 54%] tests/test_impl.py::FutureImplTest::test_execute_params PASSED [ 54%] tests/test_impl.py::ImplTest::test_execute_multiparams PASSED [ 54%] tests/test_impl.py::ImplTest::test_execute_params PASSED [ 54%] tests/test_mssql.py::FullEnvironmentTests::test_batch_separator_custom PASSED [ 55%] tests/test_mssql.py::FullEnvironmentTests::test_batch_separator_default PASSED [ 55%] tests/test_mssql.py::FullEnvironmentTests::test_begin_commit PASSED [ 55%] tests/test_mssql.py::OpTest::test_add_column PASSED [ 55%] tests/test_mssql.py::OpTest::test_add_column_computed PASSED [ 55%] tests/test_mssql.py::OpTest::test_add_column_identity[kw0] SKIPPED (...) [ 55%] tests/test_mssql.py::OpTest::test_add_column_identity[kw1] SKIPPED (...) [ 55%] tests/test_mssql.py::OpTest::test_add_column_identity[kw2] SKIPPED (...) [ 55%] tests/test_mssql.py::OpTest::test_add_column_identity[kw3] SKIPPED (...) [ 55%] tests/test_mssql.py::OpTest::test_add_column_with_default PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_add_server_default PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_computed_not_supported[-0] PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_computed_not_supported[-1] PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_computed_not_supported[-2] PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_dont_drop_default PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_dont_touch_constraints PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_drop_default PASSED [ 55%] tests/test_mssql.py::OpTest::test_alter_column_drop_default_w_schema PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-0] SKIPPED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-1] SKIPPED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-2] SKIPPED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_not_nullable_w_existing_type PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_not_nullable_w_new_type PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_nullable_type_required PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_nullable_w_existing_type PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_nullable_w_new_type PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_rename_mssql PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_rename_mssql_schema PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_rename_quoted_mssql PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_type_and_nullability[False-False] PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_type_and_nullability[False-True] PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_type_and_nullability[True-False] PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_column_type_and_nullability[True-True] PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_do_everything PASSED [ 56%] tests/test_mssql.py::OpTest::test_alter_remove_server_default PASSED [ 57%] tests/test_mssql.py::OpTest::test_alter_replace_server_default PASSED [ 57%] tests/test_mssql.py::OpTest::test_create_index_mssql_include PASSED [ 57%] tests/test_mssql.py::OpTest::test_create_index_mssql_include_is_none PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_check PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_check_in_batch PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_check_quoting PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_default PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_default_in_batch PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_fk PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_fk_in_batch PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_fk_schema PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_column_w_schema PASSED [ 57%] tests/test_mssql.py::OpTest::test_drop_index PASSED [ 57%] tests/test_mssql.py::OpTest::test_rename_table PASSED [ 57%] tests/test_mssql.py::OpTest::test_rename_table_casesens PASSED [ 57%] tests/test_mssql.py::OpTest::test_rename_table_schema PASSED [ 57%] tests/test_mssql.py::OpTest::test_rename_table_schema_casesens PASSED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_datetime_server_default_current_timestamp SKIPPED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_datetime_server_default_current_timestamp_bundle_onupdate SKIPPED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_datetime_server_default_now SKIPPED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_timestamp_server_default_current_timestamp SKIPPED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_timestamp_server_default_current_timestamp_bundle_onupdate SKIPPED [ 58%] tests/test_mysql.py::MySQLBackendOpTest::test_add_timestamp_server_default_now SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_boolean_diff SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_boolean_same SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_integer_diff SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_integer_from_none SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_integer_same SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_timestamp_current_timestamp SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_timestamp_current_timestamp_bundle_onupdate SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_timestamp_current_timestamp_diff SKIPPED [ 58%] tests/test_mysql.py::MySQLDefaultCompareTest::test_compare_timestamp_current_timestamp_diff_bundle_onupdate SKIPPED [ 58%] tests/test_mysql.py::MySQLOpTest::test_add_column_computed PASSED [ 58%] tests/test_mysql.py::MySQLOpTest::test_add_column_with_comment PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_add_comment PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_add_comment_quoting PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_computed_not_supported[-0] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_computed_not_supported[-1] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_computed_not_supported[-2] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_drop_comment PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_drop_default PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_existing_comment PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_identity_not_supported[-0] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_identity_not_supported[-1] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_identity_not_supported[-2] PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_modify_datetime_default PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_modify_default PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_modify_programmatic_default PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_multi_alter_w_drop_default PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_new_comment_replaces_existing PASSED [ 59%] tests/test_mysql.py::MySQLOpTest::test_alter_column_remove_schematype PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_add_autoincrement PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_alter_type_required PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_dont_remove_server_default PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_multi_alter PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_not_nullable PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_not_nullable_existing_serv_default PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_nullable PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_col_remove_autoincrement PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_create_table_comment PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_create_table_with_column_comments PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_create_table_with_comment PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_check_mariadb PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_check_mysql PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_check_quoted_mariadb PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_check_quoted_mysql PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_constraint_primary PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_fk PASSED [ 60%] tests/test_mysql.py::MySQLOpTest::test_drop_fk_quoted PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_drop_generic_constraint PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_drop_table_comment PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_drop_unique PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_drop_unique_quoted PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_drop_unknown PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_autoincrement PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_existing_comment PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_quotes_needed_one PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_quotes_needed_two PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_serv_compiled_default PASSED [ 61%] tests/test_mysql.py::MySQLOpTest::test_rename_column_serv_default PASSED [ 61%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_context_runs_abbreviated PASSED [ 61%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_post_context PASSED [ 61%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_post_context_multihead PASSED [ 61%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_pre_context PASSED [ 61%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_pre_context_abbreviated PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_destination_rev_pre_context_multihead PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_downgrade_wo_colon PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_head_rev_post_context PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_head_rev_post_context_multihead PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_head_rev_pre_context PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_head_rev_pre_context_multihead PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_not_requires_connection PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_requires_connection PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_running_comments_not_in_sql PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_context_runs_abbreviated PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_current_pre_context PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_post_context PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_pre_context PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_pre_context_abbreviated PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_starting_rev_pre_context_cmd_w_no_startrev PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_tag_None PASSED [ 62%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_tag_cfg_arg PASSED [ 63%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_tag_cmd_arg PASSED [ 63%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_tag_pre_context PASSED [ 63%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_tag_pre_context_None PASSED [ 63%] tests/test_offline_environment.py::OfflineEnvironmentTest::test_upgrade_with_output_encoding PASSED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_add_server_default_int SKIPPED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_modify_non_nullable_to_nullable SKIPPED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_modify_nullable_to_non SKIPPED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_modify_server_default_int SKIPPED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_modify_type_int_str SKIPPED [ 63%] tests/test_op.py::BackendAlterColumnTest::test_rename_column SKIPPED [ 63%] tests/test_op.py::CustomOpTest::test_custom_op PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_index PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_index_add_kw PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_table PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_table_add_kw PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_unique_constraint PASSED [ 63%] tests/test_op.py::ObjectFromToTest::test_create_unique_constraint_add_kw PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_constraint_not_available PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_index PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_index_add_kw PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_table PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_table_add_kw PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_unique_constraint PASSED [ 64%] tests/test_op.py::ObjectFromToTest::test_drop_unique_constraint_change_name PASSED [ 64%] tests/test_op.py::OpTest::test_add_check_constraint PASSED [ 64%] tests/test_op.py::OpTest::test_add_check_constraint_schema PASSED [ 64%] tests/test_op.py::OpTest::test_add_column PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_already_attached PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_fk PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_fk_schema PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_fk_self_referential PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_schema PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_schema_fk PASSED [ 64%] tests/test_op.py::OpTest::test_add_column_schema_fk_schema PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_fk_self_referential PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_hard_quoting PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_schema_type PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_type PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_type_checks_rule PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_schema_with_default PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_w_check PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_with_default PASSED [ 65%] tests/test_op.py::OpTest::test_add_column_with_index PASSED [ 65%] tests/test_op.py::OpTest::test_add_constraint_schema_hard_quoting PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_deferrable PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_dialect_kw PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_initially PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_match PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_ondelete PASSED [ 65%] tests/test_op.py::OpTest::test_add_foreign_key_onupdate PASSED [ 66%] tests/test_op.py::OpTest::test_add_foreign_key_schema PASSED [ 66%] tests/test_op.py::OpTest::test_add_foreign_key_schema_same_tablename PASSED [ 66%] tests/test_op.py::OpTest::test_add_foreign_key_self_referential PASSED [ 66%] tests/test_op.py::OpTest::test_add_primary_key_constraint PASSED [ 66%] tests/test_op.py::OpTest::test_add_primary_key_constraint_schema PASSED [ 66%] tests/test_op.py::OpTest::test_add_unique_constraint PASSED [ 66%] tests/test_op.py::OpTest::test_add_unique_constraint_col_event PASSED [ 66%] tests/test_op.py::OpTest::test_add_unique_constraint_schema PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_computed_not_supported[-0] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_computed_not_supported[-1] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_computed_not_supported[-2] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_drop_default PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_identity_not_supported[-0] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_identity_not_supported[-1] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_identity_not_supported[-2] PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_not_nullable PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_nullable PASSED [ 66%] tests/test_op.py::OpTest::test_alter_column_rename PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_drop_default PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_not_nullable PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_nullable PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_rename PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_schema_type_existing_type PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_schema_type_existing_type_no_const PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_schema_type_existing_type_no_new_type PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_schema_type_named PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_schema_type_unnamed PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_set_compiled_default PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_set_default PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type_existing_type PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type_existing_type_no_const PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type_existing_type_no_new_type PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type_named PASSED [ 67%] tests/test_op.py::OpTest::test_alter_column_schema_type_unnamed PASSED [ 68%] tests/test_op.py::OpTest::test_alter_column_set_compiled_default PASSED [ 68%] tests/test_op.py::OpTest::test_alter_column_set_default PASSED [ 68%] tests/test_op.py::OpTest::test_alter_column_type PASSED [ 68%] tests/test_op.py::OpTest::test_cant_op PASSED [ 68%] tests/test_op.py::OpTest::test_create_index PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_arbitrary_expr PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_expressions PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_quote_flag PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_quoting PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_schema PASSED [ 68%] tests/test_op.py::OpTest::test_create_index_table_col_event PASSED [ 68%] tests/test_op.py::OpTest::test_create_table_check_constraint PASSED [ 68%] tests/test_op.py::OpTest::test_create_table_comment_op SKIPPED ('tes...) [ 68%] tests/test_op.py::OpTest::test_create_table_fk_and_schema PASSED [ 68%] tests/test_op.py::OpTest::test_create_table_index PASSED [ 68%] tests/test_op.py::OpTest::test_create_table_index_flag PASSED [ 68%] tests/test_op.py::OpTest::test_create_table_no_pk PASSED [ 69%] tests/test_op.py::OpTest::test_create_table_selfref PASSED [ 69%] tests/test_op.py::OpTest::test_create_table_two_fk PASSED [ 69%] tests/test_op.py::OpTest::test_create_table_unique_constraint PASSED [ 69%] tests/test_op.py::OpTest::test_create_table_unique_flag PASSED [ 69%] tests/test_op.py::OpTest::test_create_unique_index PASSED [ 69%] tests/test_op.py::OpTest::test_drop_column PASSED [ 69%] tests/test_op.py::OpTest::test_drop_column_schema PASSED [ 69%] tests/test_op.py::OpTest::test_drop_constraint PASSED [ 69%] tests/test_op.py::OpTest::test_drop_constraint_schema PASSED [ 69%] tests/test_op.py::OpTest::test_drop_index PASSED [ 69%] tests/test_op.py::OpTest::test_drop_index_schema PASSED [ 69%] tests/test_op.py::OpTest::test_drop_table PASSED [ 69%] tests/test_op.py::OpTest::test_drop_table_comment_op SKIPPED ('tests...) [ 69%] tests/test_op.py::OpTest::test_drop_table_schema PASSED [ 69%] tests/test_op.py::OpTest::test_generic_alter_column_type_and_nullability[False-False] PASSED [ 69%] tests/test_op.py::OpTest::test_generic_alter_column_type_and_nullability[False-True] PASSED [ 69%] tests/test_op.py::OpTest::test_generic_alter_column_type_and_nullability[True-False] PASSED [ 70%] tests/test_op.py::OpTest::test_generic_alter_column_type_and_nullability[True-True] PASSED [ 70%] tests/test_op.py::OpTest::test_inline_literal PASSED [ 70%] tests/test_op.py::OpTest::test_naming_changes PASSED [ 70%] tests/test_op.py::OpTest::test_naming_changes_drop_idx PASSED [ 70%] tests/test_op.py::OpTest::test_rename_table PASSED [ 70%] tests/test_op.py::OpTest::test_rename_table_schema PASSED [ 70%] tests/test_op.py::OpTest::test_rename_table_schema_hard_quoting PASSED [ 70%] tests/test_op.py::SQLModeOpTest::test_auto_literals PASSED [ 70%] tests/test_op.py::SQLModeOpTest::test_create_table_literal_binds PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_already_named_from_schema PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_column PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_column_w_f PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_table PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_table_w_f PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_name_is_none PASSED [ 70%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_column_schema_type PASSED [ 71%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_column_schema_type_w_f PASSED [ 71%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_index_name_is_none PASSED [ 71%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_unique_constraint_name_is_none PASSED [ 71%] tests/test_oracle.py::FullEnvironmentTests::test_batch_separator_custom PASSED [ 71%] tests/test_oracle.py::FullEnvironmentTests::test_batch_separator_default PASSED [ 71%] tests/test_oracle.py::FullEnvironmentTests::test_begin_comit PASSED [ 71%] tests/test_oracle.py::OpTest::test_add_column PASSED [ 71%] tests/test_oracle.py::OpTest::test_add_column_computed PASSED [ 71%] tests/test_oracle.py::OpTest::test_add_column_identity[kw0-None] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_column_identity[kw1-None] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_column_identity[kw2-ORDER] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_column_identity[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_column_identity[kw4-START WITH 42] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_column_with_comment SKIPPED (...) [ 71%] tests/test_oracle.py::OpTest::test_add_column_with_default PASSED [ 71%] tests/test_oracle.py::OpTest::test_add_identity_to_column[kw0-None] SKIPPED [ 71%] tests/test_oracle.py::OpTest::test_add_identity_to_column[kw1-None] SKIPPED [ 72%] tests/test_oracle.py::OpTest::test_add_identity_to_column[kw2-CYCLE] SKIPPED [ 72%] tests/test_oracle.py::OpTest::test_add_identity_to_column[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED [ 72%] tests/test_oracle.py::OpTest::test_add_identity_to_column[kw4-START WITH 42] SKIPPED [ 72%] tests/test_oracle.py::OpTest::test_alter_add_server_default PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_add_comment PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_add_comment_quotes PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-0] PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-1] PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-2] PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_drop_comment PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_new_type PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_not_nullable_w_existing_type PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_not_nullable_w_new_type PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_nullable_w_existing_type PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_nullable_w_new_type PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_column_rename_oracle PASSED [ 72%] tests/test_oracle.py::OpTest::test_alter_do_everything PASSED [ 73%] tests/test_oracle.py::OpTest::test_alter_remove_server_default PASSED [ 73%] tests/test_oracle.py::OpTest::test_alter_replace_server_default PASSED [ 73%] tests/test_oracle.py::OpTest::test_alter_table_rename_oracle PASSED [ 73%] tests/test_oracle.py::OpTest::test_alter_table_rename_schema_oracle PASSED [ 73%] tests/test_oracle.py::OpTest::test_change_identity_in_column[existing0-updated0-None] SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_change_identity_in_column[existing1-updated1-START WITH 3] SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_change_identity_in_column[existing2-updated2-INCREMENT BY 1 START WITH 3 MINVALUE -3 MAXVALUE 99 CYCLE] SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_change_identity_in_column[existing3-updated3-START WITH 3 CACHE 2 ORDER] SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_change_identity_in_column[existing4-updated4-MINVALUE 0] SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_create_table_comment PASSED [ 73%] tests/test_oracle.py::OpTest::test_create_table_with_column_comments SKIPPED [ 73%] tests/test_oracle.py::OpTest::test_drop_column_w_check PASSED [ 73%] tests/test_oracle.py::OpTest::test_drop_column_w_default PASSED [ 73%] tests/test_oracle.py::OpTest::test_drop_index PASSED [ 73%] tests/test_oracle.py::OpTest::test_drop_table_comment PASSED [ 73%] tests/test_oracle.py::OpTest::test_remove_identity_from_column SKIPPED [ 73%] tests/test_post_write.py::HookTest::test_invoke PASSED [ 73%] tests/test_post_write.py::HookTest::test_register PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_black_with_cwd PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_console_scripts PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_console_scripts_entrypoint_missing PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_empty_hooks PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_empty_section PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_filename_interpolation[False] PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_filename_interpolation[True] PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_generic PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_no_section PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_no_type PASSED [ 74%] tests/test_post_write.py::RunHookTest::test_path_in_config PASSED [ 74%] tests/test_postgresql.py::PGAutocommitBlockTest::test_alter_enum SKIPPED [ 74%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_distinct_enum_create PASSED [ 74%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_distinct_enum_drop PASSED [ 74%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_inline_enum_create PASSED [ 74%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_inline_enum_drop PASSED [ 74%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_add_exclude_constraint PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_add_exclude_constraint_case_sensitive PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_array_type_user_defined_inner PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_generic_array_type PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint_case_sensitive PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_json_type PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_jsonb_type PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_postgresql_array_type PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_postgresql_hstore_subtypes PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_add_index_pg_where PASSED [ 75%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_server_default_native_boolean PASSED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_array_of_integer_text SKIPPED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_str SKIPPED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_str_diff SKIPPED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_text SKIPPED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_text_diff SKIPPED [ 75%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_current_timestamp_fn_w_binds SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_current_timestamp_text SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff1 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff2 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff3 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff4 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff5 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff6 SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_str SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_text SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_str SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_text SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_text_diff SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_interval_str SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_interval_text SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_numeric_no_diff SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_string_blank_default SKIPPED [ 76%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_string_nonblank_default SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_unicode_literal SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_uuid_text SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_primary_key_skip SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_no_default SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_numeric SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_separate_seq SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_serial SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlInlineLiteralTest::test_inline_percent SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_computed PASSED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw0-None] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw1-None] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_with_comment PASSED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw0-None] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw1-None] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED [ 77%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment_quoting PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment_table_and_column_quoting PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-0] PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-1] PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-2] PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_drop_comment PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_type_using PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_with_comment PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing0-updated0-SET GENERATED ALWAYS] SKIPPED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing1-updated1-SET GENERATED BY DEFAULT SET START WITH 3] SKIPPED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing2-updated2-SET CYCLE SET INCREMENT BY 1] SKIPPED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing3-updated3-SET CACHE 2] SKIPPED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing4-updated4-SET MINVALUE 0] SKIPPED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_col_w_pk_is_serial PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint_quoted_column PASSED [ 78%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint_quoted_literal PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_concurrently PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_expressions PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_where PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_comment PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_with_column_comments PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_with_comment PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_index_postgresql_concurrently PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_table_comment PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column SKIPPED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_rename_table_postgresql PASSED [ 79%] tests/test_postgresql.py::PostgresqlOpTest::test_rename_table_schema_postgresql PASSED [ 79%] tests/test_revision.py::APITest::test_add_revision_one_head PASSED [ 79%] tests/test_revision.py::APITest::test_add_revision_two_head PASSED [ 79%] tests/test_revision.py::APITest::test_get_revision_base_multiple PASSED [ 79%] tests/test_revision.py::APITest::test_get_revision_base_single PASSED [ 79%] tests/test_revision.py::APITest::test_get_revision_head_multiple PASSED [ 79%] tests/test_revision.py::APITest::test_get_revision_head_single PASSED [ 80%] tests/test_revision.py::APITest::test_get_revision_heads_multiple PASSED [ 80%] tests/test_revision.py::APITest::test_get_revisions_head_multiple PASSED [ 80%] tests/test_revision.py::APITest::test_get_revisions_heads_multiple PASSED [ 80%] tests/test_revision.py::APITest::test_invalid_datatype PASSED [ 80%] tests/test_revision.py::APITest::test_iterate_tolerates_dupe_targets PASSED [ 80%] tests/test_revision.py::APITest::test_repr_revs PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_ancestor_nodes PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_detect_invalid_head_selection PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_iterate_one_branch_both_to_merge PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_iterate_to_symbolic_base PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_in_single_branch PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases_exclusive PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases_exclusive_blank PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_three_branches_to_root PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_two_branches_end_behind_branch PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_two_branches_end_in_branch PASSED [ 80%] tests/test_revision.py::BranchTravellingTest::test_two_branches_to_root PASSED [ 81%] tests/test_revision.py::DepResolutionFailedTest::test_failure_message PASSED [ 81%] tests/test_revision.py::DiamondTest::test_iterate_simple_diamond PASSED [ 81%] tests/test_revision.py::EmptyMapTest::test_iterate PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_extra_simple_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_extra_simple_dep_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_lower_simple_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_lower_simple_dep_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_simple_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_simple_dep_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_upper_simple_cycle PASSED [ 81%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_upper_simple_dep_cycle PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_dupe_head PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_base_dependency_loop PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_base_loop PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_branch_point_dep_loop PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_branch_point_loop PASSED [ 81%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_head_dep_loop PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_head_loop PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_merge_point_dep_loop PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_merge_point_loop PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_no_loop_w_overlapping_substrings PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_no_loop_w_overlapping_substrings_dependencies PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_solitary_dependency_loop PASSED [ 82%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_solitary_loop PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_actually_short_rev_name PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_branch_at_heads PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_branch_at_self PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_branch_at_syntax PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_branch_w_down_relative PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_branch_w_up_relative PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_dupe_branch_collection PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_filter_for_lineage_heads PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_filter_for_lineage_labeled_head_across_merge PASSED [ 82%] tests/test_revision.py::LabeledBranchTest::test_get_base_revisions PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_get_base_revisions_labeled PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_get_current_named_rev PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_head_to_named_base PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_head_to_version_specific_base PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_head_to_base PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_head_to_heads PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_rev_to_heads PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_iterate_to_branch_at_rev PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_no_revision_exists PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_no_such_branch PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_not_actually_a_branch PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_not_actually_a_branch_partial_resolution PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_partial_id_resolve PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_partial_id_resolve_too_short PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_retrieve_branch_revision PASSED [ 83%] tests/test_revision.py::LabeledBranchTest::test_rev_not_in_branch PASSED [ 83%] tests/test_revision.py::LargeMapTest::test_all PASSED [ 84%] tests/test_revision.py::LongShortBranchTest::test_iterate_full PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_different_branch_not_wrong_direction PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_heads_to_base PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_heads_to_base_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_same_branch_wrong_direction PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base2_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base2_upgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base3_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base3_upgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head1_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head1_upgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head2_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head2_upgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head3_downgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head3_upgrade PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_what_are_the_heads PASSED [ 84%] tests/test_revision.py::MultipleBaseCrossDependencyTestThree::test_traverse_no_parent_but_a_dep PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_heads_to_base PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base1 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base2 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base3 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head1 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head2 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head3 PASSED [ 85%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_what_are_the_heads PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_detect_invalid_base_selection PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_base PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_base_exclusive PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_blank PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_base_exclusive PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_plus_implicit_base_exclusive PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_plus_implicit_base_inclusive PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_specific_path_one PASSED [ 85%] tests/test_revision.py::MultipleBaseTest::test_specific_path_two_implicit_base PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_distinct_branches PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_from_merge_point PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_branch_to_base PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_heads PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_heads_single_base PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_single_branch PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_iterate_single_branch_to_base PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_same_branch_wrong_direction PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_wrong_direction_to_base_as_empty PASSED [ 86%] tests/test_revision.py::MultipleBranchTest::test_wrong_direction_to_base_as_none PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_all_traversal PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_branch_traversal PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_dupe_dependency PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_normalized_down_revisions PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_one PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_three PASSED [ 86%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_two PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_False_True_False::test_steps PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_False_True_True::test_steps PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_False_False::test_steps PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_False_True::test_steps PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_True_False::test_steps PASSED [ 87%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_True_True::test_steps PASSED [ 87%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl PASSED [ 87%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_noerr_transaction_opened_externally PASSED [ 87%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction PASSED [ 87%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm PASSED [ 87%] tests/test_script_consumption.py::CallbackEnvironmentTest::test_steps PASSED [ 87%] tests/test_script_consumption.py::EncodingTest::test_encode PASSED [ 87%] tests/test_script_consumption.py::FutureApplyVersionsTest_False_True::test_steps PASSED [ 87%] tests/test_script_consumption.py::FutureApplyVersionsTest_True_False::test_steps PASSED [ 87%] tests/test_script_consumption.py::FutureApplyVersionsTest_True_True::test_steps PASSED [ 87%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl PASSED [ 87%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_noerr_transaction_opened_externally PASSED [ 88%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction PASSED [ 88%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_py PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyc PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyo PASSED [ 88%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyx PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 88%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 89%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 89%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 89%] tests/test_script_consumption.py::NewFangledSourcelessApplyVersionsTest_pep3147_envonly::test_steps PASSED [ 89%] tests/test_script_consumption.py::NewFangledSourcelessApplyVersionsTest_pep3147_everything::test_steps PASSED [ 89%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_nontransactional_ddl PASSED [ 89%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_per_rev_ddl PASSED [ 89%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_transactional_ddl PASSED [ 89%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl PASSED [ 89%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_noerr_transaction_opened_externally PASSED [ 89%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction PASSED [ 90%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessApplyVersionsTest::test_steps PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 90%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 90%] tests/test_script_consumption.py::SourcelessNeedsFlagTest::test_needs_flag PASSED [ 90%] tests/test_script_consumption.py::VersionNameTemplateTest::test_error_on_new_with_missing_revision PASSED [ 90%] tests/test_script_consumption.py::VersionNameTemplateTest::test_lookup_legacy PASSED [ 90%] tests/test_script_consumption.py::VersionNameTemplateTest::test_option PASSED [ 90%] tests/test_script_production.py::CustomizeRevisionTest::test_autogen PASSED [ 90%] tests/test_script_production.py::CustomizeRevisionTest::test_new_locations_no_autogen PASSED [ 90%] tests/test_script_production.py::CustomizeRevisionTest::test_programmatic_command_option PASSED [ 91%] tests/test_script_production.py::CustomizeRevisionTest::test_renders_added_directives_no_autogen PASSED [ 91%] tests/test_script_production.py::DuplicateVersionLocationsTest::test_env_emits_warning PASSED [ 91%] tests/test_script_production.py::GeneralOrderedTests::test_steps PASSED [ 91%] tests/test_script_production.py::ImportsTest::test_imports_in_script PASSED [ 91%] tests/test_script_production.py::MultiContextTest::test_autogen PASSED [ 91%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_chooses_base PASSED [ 91%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases PASSED [ 91%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases_invalid_version_path PASSED [ 91%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases_version_path PASSED [ 91%] tests/test_script_production.py::NormPathTest::test_script_location PASSED [ 91%] tests/test_script_production.py::NormPathTest::test_script_location_muliple PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_create_script_basic PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_create_script_branches PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_create_script_branches_old_template PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_create_script_missing_splice PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_create_script_splice PASSED [ 91%] tests/test_script_production.py::RevisionCommandTest::test_illegal_revision_chars PASSED [ 92%] tests/test_script_production.py::RewriterTest::test_all_traverse PASSED [ 92%] tests/test_script_production.py::RewriterTest::test_chained_ops PASSED [ 92%] tests/test_script_production.py::RewriterTest::test_double_migrate_table PASSED [ 92%] tests/test_script_production.py::RewriterTest::test_multiple_passes_with_mutations PASSED [ 92%] tests/test_script_production.py::RewriterTest::test_no_needless_pass PASSED [ 92%] tests/test_script_production.py::ScriptAccessorTest::test_upgrade_downgrade_ops_list_accessors PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_args PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz_lowercase PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz_utc PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_custom_tzdata_tz PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_default_tz PASSED [ 92%] tests/test_script_production.py::ScriptNamingTest::test_tz_cant_locate PASSED [ 92%] tests/test_script_production.py::TemplateArgsTest::test_args_propagate PASSED [ 92%] tests/test_script_production.py::TemplateArgsTest::test_bad_render PASSED [ 92%] tests/test_script_production.py::TemplateArgsTest::test_tmpl_args_revision PASSED [ 92%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_add_column_w_on_conflict PASSED [ 93%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_const PASSED [ 93%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_expr_needs_parens PASSED [ 93%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_text_expr_needs_parens PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_current_timestamp_func PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_current_timestamp_func_now PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_current_timestamp_text PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_float_str PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_float_str_diff PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_float_text PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_float_text_diff PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_integer_str PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_integer_str_diff PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_integer_text PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_integer_text_diff PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_string_literal PASSED [ 93%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_35_5::test_compare_string_literal_diff PASSED [ 93%] tests/test_sqlite.py::SQLiteTest::test_add_column PASSED [ 93%] tests/test_sqlite.py::SQLiteTest::test_add_column_implicit_constraint PASSED [ 94%] tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored SKIPPED [ 94%] tests/test_sqlite.py::SQLiteTest::test_add_explicit_constraint PASSED [ 94%] tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored SKIPPED [ 94%] tests/test_sqlite.py::SQLiteTest::test_drop_explicit_constraint PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_config_default_version_table_name PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_config_explicit_no_pk PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_config_explicit_version_table_name PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_config_explicit_version_table_schema PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_config_explicit_w_pk PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_current_revision PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_current_revision_doesnt_create_version_table PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_current_revision_error_if_starting_rev_given_online PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_current_revision_multiple_heads PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_current_revision_offline PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_heads PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_get_heads_offline PASSED [ 94%] tests/test_version_table.py::TestMigrationContext::test_stamp_api_creates_table PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_add_branches PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_delete_multi_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_delete_multi_match_no_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_delete_no_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_delete_no_matchno_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_resolve_merges PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_teardown_branches PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_unresolve_merges PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_multi_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_multi_match_no_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_no_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_no_match_no_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_none_to_single PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_single_to_none PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_35_5::test_update_single_to_single PASSED [ 95%] tests/test_version_traversal.py::BranchFrom3WayMergepointTest::test_mergepoint_to_only_one_side_downgrade PASSED [ 95%] tests/test_version_traversal.py::BranchFrom3WayMergepointTest::test_mergepoint_to_only_one_side_upgrade PASSED [ 96%] tests/test_version_traversal.py::BranchFrom3WayMergepointTest::test_mergepoint_to_two_sides_upgrade PASSED [ 96%] tests/test_version_traversal.py::BranchFromMergepointTest::test_mergepoint_to_only_one_side_downgrade PASSED [ 96%] tests/test_version_traversal.py::BranchFromMergepointTest::test_mergepoint_to_only_one_side_upgrade PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_ambiguous_upgrade PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_minus1_from_base PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_minus1_to_base PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_multiple_branch PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_no_effect_branched PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_left PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_left_unbalanced PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_left_unbalanced_labelled PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_right PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_right_unbalanced PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_order_left PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_order_right PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_to_branch_head PASSED [ 96%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_single_branch_c1branch PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_single_branch_c1branch_from_d1_head PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_single_branch_c2 PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_downgrade_single_branch_d1 PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_relative_downgrade_baseplus2 PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_relative_downgrade_branchplus2 PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_relative_downgrade_branchplus3 PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_relative_upgrade PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_stamp_down_across_multiple_branch_to_branchpoint PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_stamp_to_labeled_base_multiple_heads PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_stamp_to_labeled_head_multiple_heads PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_from_base PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_from_base_implicit PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_multiple_branch PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_one_branch_of_heads PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_other_branch_from_mergepoint PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTest::test_upgrade_single_branch PASSED [ 97%] tests/test_version_traversal.py::BranchedPathTestCrossDependencies::test_downgrade_branch_dependency PASSED [ 98%] tests/test_version_traversal.py::BranchedPathTestCrossDependencies::test_downgrade_independent_branch PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchLabelTest::test_upgrade_path PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchTestFour::test_dependencies_are_normalized PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchTestOne::test_downgrade_to_dependency PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchTestOne::test_stamp_across_dependency PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchTestThree::test_downgrade_over_crisscross PASSED [ 98%] tests/test_version_traversal.py::DependsOnBranchTestTwo::test_kaboom PASSED [ 98%] tests/test_version_traversal.py::DependsOnOwnDownrevTest::test_traverse PASSED [ 98%] tests/test_version_traversal.py::DependsOnOwnDownrevTest::test_traverse_down PASSED [ 98%] tests/test_version_traversal.py::ForestTest::test_base_to_heads PASSED [ 98%] tests/test_version_traversal.py::ForestTest::test_stamp_to_heads PASSED [ 98%] tests/test_version_traversal.py::ForestTest::test_stamp_to_heads_no_moves_needed PASSED [ 98%] tests/test_version_traversal.py::MergedPathTest::test_downgrade_across_merge_point PASSED [ 98%] tests/test_version_traversal.py::MergedPathTest::test_stamp_down_across_merge_point_branch PASSED [ 98%] tests/test_version_traversal.py::MergedPathTest::test_stamp_down_across_merge_prior_branching PASSED [ 98%] tests/test_version_traversal.py::MergedPathTest::test_stamp_labled_head_across_merge_from_multiple_branch PASSED [ 98%] tests/test_version_traversal.py::MergedPathTest::test_stamp_up_across_merge_from_multiple_branch PASSED [ 99%] tests/test_version_traversal.py::MergedPathTest::test_stamp_up_across_merge_from_single_branch PASSED [ 99%] tests/test_version_traversal.py::MergedPathTest::test_stamp_up_across_merge_prior_branching PASSED [ 99%] tests/test_version_traversal.py::MergedPathTest::test_upgrade_across_merge_point PASSED [ 99%] tests/test_version_traversal.py::NotQuiteTwinMergeTest::test_upgrade PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_downgrade_base_no_version PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_downgrade_path PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_downgrade_to_existing PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_downgrade_to_existing_head PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_invalid_move_higher_to_lower PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_invalid_move_rev_to_none PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_invalid_relative_downgrade_path PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_invalid_relative_upgrade_path PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_relative_downgrade_path PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_relative_upgrade_path PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_stamp_to_base PASSED [ 99%] tests/test_version_traversal.py::RevisionPathTest::test_upgrade_path PASSED [ 99%] tests/test_version_traversal.py::TwinMergeTest::test_upgrade PASSED [100%] =========================== short test summary info ============================ SKIPPED [8] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite'custom function SKIPPED [3] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenerateDiffTestWSchema' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_computed_unchanged[-_exclusions3] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_computed.py::AutogenerateComputedTest_sqlite+pysqlite_3_35_5::test_remove_computed_default_on_computed (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled[False] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled[True] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_comment[False] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_comment[True] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_notnull[False] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_notnull[True] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_server_default[False] (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AlterColumnTest_sqlite+pysqlite_3_35_5::test_all_existings_filled_in_server_default[True] (call)' : custom function SKIPPED [7] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenCrossSchemaTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [2] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenCustomVersionTableAndSchemaTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [2] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenCustomVersionTableSchemaTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [3] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenDefaultSchemaTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenSystemColTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::AutoincrementTest_sqlite+pysqlite_3_35_5::test_alter_column_autoincrement_compositepk_explicit_true (call)' : not supported by database SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola0-colb0-False-_exclusions0] (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola1-colb1-True-_exclusions1] (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_datetime_comparisons[cola2-colb2-True-_exclusions2] (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola10-colb10-False-_exclusions10] (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola11-colb11-False-_exclusions11] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola12-colb12-True-_exclusions12] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola13-colb13-False-_exclusions13] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_35_5::test_string_comparisons[cola14-colb14-True-_exclusions14] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PGCompareMetaData' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_deferrable (call)' : not postgresql and not oracle SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_one (call)' : not postgresql and not oracle SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_three (call)' : not postgresql and not oracle SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferrable_nochange_two (call)' : not postgresql and not oracle SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_deferred (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_add_initially_immediate_plus_deferrable (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_deferrable (call)' : not postgresql and not oracle SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_initially_deferred (call)' : not postgresql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_autogen_fks.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_35_5::test_remove_initially_immediate_plus_deferrable (call)' : not postgresql SKIPPED [5] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite'sqlite SKIPPED [12] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [38] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'MySQLUniqueIndexTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [4] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: unique constraint reflection disabled for this suite SKIPPED [38] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'OracleUniqueIndexTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [47] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PGUniqueIndexTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [38] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'BatchRoundTripMySQLTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [39] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'BatchRoundTripPostgresqlTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_add_column_comment (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_add_column_comment_recreate (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_add_table_comment (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment_recreate (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_batch.py::BatchRoundTripTest::test_drop_table_comment (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block (call)' : not postgresql and not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_environment.py::MigrationTransactionTest_sqlite+pysqlite_3_35_5::test_autocommit_block_no_transaction (call)' : not postgresql and not mysql and not mariadb SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_add_column_identity[kw0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_add_column_identity[kw1] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_add_column_identity[kw2] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_add_column_identity[kw3] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-1] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[-2] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [6] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'MySQLBackendOpTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [9] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'MySQLDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [6] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite'no ALTER COLUMN support SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_op.py::OpTest::test_create_table_comment_op (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_op.py::OpTest::test_drop_table_comment_op (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_identity[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_identity[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_identity[kw2-ORDER] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_identity[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_identity[kw4-START WITH 42] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_column_with_comment (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw2-CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw4-START WITH 42] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing0-updated0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing1-updated1-START WITH 3] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing2-updated2-INCREMENT BY 1 START WITH 3 MINVALUE -3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing3-updated3-START WITH 3 CACHE 2 ORDER] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing4-updated4-MINVALUE 0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_create_table_with_column_comments (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_oracle.py::OpTest::test_remove_identity_from_column (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PGAutocommitBlockTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [26] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [4] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'PostgresqlInlineLiteralTest' unsupported on any DB implementation 'sqlite(3.35.5)+pysqlite' SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing0-updated0-SET GENERATED ALWAYS] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing1-updated1-SET GENERATED BY DEFAULT SET START WITH 3] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing2-updated2-SET CYCLE SET INCREMENT BY 1] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing3-updated3-SET CACHE 2] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing4-updated4-SET MINVALUE 0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored (call)' : custom function SKIPPED [1] ../../../../usr/lib64/python3.10/site-packages/sqlalchemy/testing/config.py:205: 'tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored (call)' : custom function ====================== 1337 passed, 378 skipped in 25.37s ====================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-alembic-1.6.5-1.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jX9Tdv + umask 022 + cd /builddir/build/BUILD + cd alembic-1.6.5 + DOCDIR=/builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + cp -pr LICENSE /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + cp -pr README.rst /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + cp -pr CHANGES /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + cp -pr docs /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch/usr/share/doc/python3-alembic + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/share/man/man1/alembic-3.10.1.gz Provides: python-alembic = 1.6.5-1.fc35 python3-alembic = 1.6.5-1.fc35 python3.10-alembic = 1.6.5-1.fc35 python3.10dist(alembic) = 1.6.5 python3dist(alembic) = 1.6.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.10 python3.10dist(mako) python3.10dist(python-dateutil) python3.10dist(python-editor) >= 0.3 python3.10dist(sqlalchemy) >= 1.3 Obsoletes: python-alembic < 1.6.5-1.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch Wrote: /builddir/build/RPMS/python3-alembic-1.6.5-1.fc35.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lmBNkv + umask 022 + cd /builddir/build/BUILD + cd alembic-1.6.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-alembic-1.6.5-1.fc35.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0