Your message dated Wed, 30 Oct 2024 20:59:43 +0000
with message-id <[email protected]>
and subject line Bug#1086253: fixed in alembic 1.13.2-4
has caused the Debian Bug report #1086253,
regarding alembic: FTBFS: zoneinfo._common.ZoneInfoNotFoundError: 'No time zone 
found with key EST5EDT'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1086253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alembic
Version: 1.13.2-3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_alembic
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/alembic
copying alembic/config.py -> build/lib/alembic

[... snipped ...]

tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_46_1::test_transaction_per_migration_non_transactional_ddl
 PASSED [ 94%]
tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_46_1::test_transaction_per_migration_sqlmode
 PASSED [ 94%]
tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_46_1::test_transaction_per_migration_transactional_ddl
 PASSED [ 94%]
tests/test_version_table.py::TestMigrationContext::test_config_default_version_table_name
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_config_explicit_no_pk 
PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_config_explicit_version_table_name
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_config_explicit_version_table_schema
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_config_explicit_w_pk 
PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_current_revision 
PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_current_revision_doesnt_create_version_table
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_current_revision_error_if_starting_rev_given_online
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_current_revision_multiple_heads
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_current_revision_offline
 PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_heads PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_get_heads_offline 
PASSED [ 95%]
tests/test_version_table.py::TestMigrationContext::test_stamp_api_creates_table 
PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_add_branches
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_delete_multi_match
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_delete_multi_match_no_sane_rowcount
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_delete_no_match
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_delete_no_matchno_sane_rowcount
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_resolve_merges
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_teardown_branches
 PASSED [ 95%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_unresolve_merges
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_multi_match
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_multi_match_no_sane_rowcount
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_no_match
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_no_match_no_sane_rowcount
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_none_to_single
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_single_to_none
 PASSED [ 96%]
tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_46_1::test_update_single_to_single
 PASSED [ 96%]
tests/test_version_traversal.py::BranchFrom3WayMergepointTest::test_mergepoint_to_only_one_side_downgrade
 PASSED [ 96%]
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 [ 97%]
tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_right
 PASSED [ 97%]
tests/test_version_traversal.py::BranchedPathTest::test_downgrade_once_order_right_unbalanced
 PASSED [ 97%]
tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_order_left
 PASSED [ 97%]
tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_order_right
 PASSED [ 97%]
tests/test_version_traversal.py::BranchedPathTest::test_downgrade_relative_to_branch_head
 PASSED [ 97%]
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 [ 98%]
tests/test_version_traversal.py::BranchedPathTest::test_upgrade_one_branch_of_heads
 PASSED [ 98%]
tests/test_version_traversal.py::BranchedPathTest::test_upgrade_other_branch_from_mergepoint
 PASSED [ 98%]
tests/test_version_traversal.py::BranchedPathTest::test_upgrade_single_branch 
PASSED [ 98%]
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::DependsOnBranchTestFive::test_downgrade_to_depends_on
 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 [ 99%]
tests/test_version_traversal.py::MergedPathTest::test_stamp_labeled_head_across_merge_from_multiple_branch
 PASSED [ 99%]
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%]

=================================== FAILURES ===================================
_______________________ ScriptNamingTest.test_custom_tz ________________________
Traceback (most recent call last):
  File "/usr/lib/python3.12/zoneinfo/_common.py", line 12, in load_tzdata
    return resources.files(package_name).joinpath(resource_name).open("rb")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 46, in wrapper
    return func(anchor)
           ^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 56, in files
    return from_package(resolve(anchor))
                        ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/functools.py", line 907, in wrapper
    return dispatch(args[0].__class__)(*args, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 82, in _
    return importlib.import_module(cand)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tzdata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341, in 
from_call
    result: TResult | None = func()
                             ^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 242, in <lambda>
    lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/threadexception.py", line 92, in 
pytest_runtest_call
    yield from thread_exception_runtest_hook()
  File "/usr/lib/python3/dist-packages/_pytest/threadexception.py", line 68, in 
thread_exception_runtest_hook
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", line 
95, in pytest_runtest_call
    yield from unraisable_exception_runtest_hook()
  File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", line 
70, in unraisable_exception_runtest_hook
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 880, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 257, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 174, in 
pytest_runtest_call
    item.runtest()
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1627, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 159, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_alembic/build/tests/test_script_production.py",
 line 250, in test_custom_tz
    2012, 7, 25, 11, 8, 5, tzinfo=ZoneInfo("EST5EDT")
                                  ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/zoneinfo/_common.py", line 24, in load_tzdata
    raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key EST5EDT'
__________________ ScriptNamingTest.test_custom_tz_lowercase ___________________
Traceback (most recent call last):
  File "/usr/lib/python3.12/zoneinfo/_common.py", line 12, in load_tzdata
    return resources.files(package_name).joinpath(resource_name).open("rb")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 46, in wrapper
    return func(anchor)
           ^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 56, in files
    return from_package(resolve(anchor))
                        ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/functools.py", line 907, in wrapper
    return dispatch(args[0].__class__)(*args, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/resources/_common.py", line 82, in _
    return importlib.import_module(cand)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'tzdata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 341, in 
from_call
    result: TResult | None = func()
                             ^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 242, in <lambda>
    lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/threadexception.py", line 92, in 
pytest_runtest_call
    yield from thread_exception_runtest_hook()
  File "/usr/lib/python3/dist-packages/_pytest/threadexception.py", line 68, in 
thread_exception_runtest_hook
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", line 
95, in pytest_runtest_call
    yield from unraisable_exception_runtest_hook()
  File "/usr/lib/python3/dist-packages/_pytest/unraisableexception.py", line 
70, in unraisable_exception_runtest_hook
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 880, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/skipping.py", line 257, in 
pytest_runtest_call
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 174, in 
pytest_runtest_call
    item.runtest()
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1627, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 159, in 
pytest_pyfunc_call
    result = testfunction(**testargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_alembic/build/tests/test_script_production.py",
 line 259, in test_custom_tz_lowercase
    2012, 7, 25, 11, 8, 5, tzinfo=ZoneInfo("EST5EDT")
                                  ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/zoneinfo/_common.py", line 24, in load_tzdata
    raise ZoneInfoNotFoundError(f"No time zone found with key {key}")
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key EST5EDT'
=========================== short test summary info ============================
SKIPPED [2] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_composition.AutogenerateDiffTestWSchema' unsupported on 
any DB implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [7] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenCrossSchemaTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [2] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenCustomVersionTableAndSchemaTest' unsupported 
on any DB implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [2] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenCustomVersionTableSchemaTest' unsupported on 
any DB implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [3] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenDefaultSchemaTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenSystemColTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.AutogenerateDiffTestWSchema' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_datetime_comparisons[cola0-colb0-False-_exclusions_00]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_datetime_comparisons[cola1-colb1-True-_exclusions_01]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_datetime_comparisons[cola2-colb2-True-_exclusions_02]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_introspected_columns_match_metadata_columns[cola17-_exclusions_017]
 (call)' : not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_string_comparisons[cola10-colb10-False-_exclusions_010]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_string_comparisons[cola11-colb11-False-_exclusions_011]
 (call)' : not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_string_comparisons[cola12-colb12-True-_exclusions_012]
 (call)' : not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_string_comparisons[cola13-colb13-False-_exclusions_013]
 (call)' : not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_46_1::test_string_comparisons[cola14-colb14-True-_exclusions_014]
 (call)' : not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[DATETIME-(getdate())]
 (call)' : not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[DATETIME-(now())]
 (call)' : sqlite
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[VARCHAR(30)-substring('name',
 1, 3)] (call)' : not mssql and not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[VARCHAR(30)-substring('name',1,3)]
 (call)' : not mssql and not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[VARCHAR(30)-substring(:substring_1,
 :substring_2, :substring_3)] (call)' : not mssql and not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[VARCHAR(50)-substring(user_name(),
 charindex('',user_name())+(1),len(user_name()))] (call)' : not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_46_1::test_server_default_no_false_positives[VARCHAR(50)-substring(user_name(),charindex('',user_name())+(1),len(user_name()))]
 (call)' : not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_autogen_diffs.PGCompareMetaData' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_016]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_017]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_018]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_019]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_020]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_021]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_022]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_023]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_024]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_025]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_026]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_027]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_changed[<lambda>-<lambda>-_exclusions_028]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_032]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_033]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_034]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_035]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_036]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_037]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_038]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_039]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_040]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_041]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_042]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_043]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_044]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_045]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_046]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_047]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_048]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_049]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_050]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_051]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_052]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_053]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_054]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_055]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_056]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_057]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_058]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_059]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_060]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_061]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_062]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_063]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_064]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_065]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_066]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_067]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_068]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_46_1::test_expression_indexes_no_change[<lambda>-<lambda>-_exclusions_069]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[<lambda>-<lambda>]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[asc-desc]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[desc-<lambda>]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[desc-asc]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[nulls_first-nulls_last]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_changed[nulls_last-nulls_first]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[<lambda>-<lambda>]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[<lambda>-asc]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[<lambda>-nulls_last]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[asc-asc]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[desc-<lambda>]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[desc-desc]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[nulls_first-nulls_first]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_column_sort_not_changed[nulls_last-nulls_last]
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_46_1::test_nothing_changed_covering_index
 (call)' : not postgresql >= (11,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest_sqlite+pysqlite_3_46_1::test_remove_uq_constraint
 (call)' : sqlite
SKIPPED [4] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 unique constraint reflection disabled for this suite
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::NoUqReflectionIndexTest_sqlite+pysqlite_3_46_1::test_remove_uq_constraint
 (call)' : sqlite
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest_sqlite+pysqlite_3_46_1::test_remove_uq_constraint
 (call)' : sqlite
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_render.py::AutogenRenderTest::test_render_add_column_identity[kw4-sa.Identity(always=False,
 start=42, oracle_on_null=True, oracle_order=False)-_exclusions_04] (call)' : 
custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_autogen_render.py::AutogenRenderTest::test_render_alter_column_add_identity[kw4-sa.Identity(always=False,
 start=42, oracle_on_null=True, oracle_order=False)-_exclusions_04] (call)' : 
custom function
SKIPPED [53] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_batch.BatchRoundTripMySQLTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [54] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_batch.BatchRoundTripPostgresqlTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_add_column_auto_identity
 (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_add_column_comment
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_add_column_comment_recreate
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_add_table_comment
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_alter_column_comment
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_alter_column_comment_recreate
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_46_1::test_drop_table_comment
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_add_column_identity[kw0] (call)' : not postgresql 
>= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_add_column_identity[kw1] (call)' : not postgresql 
>= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_add_column_identity[kw2] (call)' : not postgresql 
>= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_add_column_identity[kw3] (call)' : not postgresql 
>= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>0]
 (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>1]
 (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
SKIPPED [1] ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>2]
 (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
SKIPPED [2] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_mssql.RoundTripTest' unsupported on any DB implementation 
'sqlite(3.46.1)+pysqlite'
SKIPPED [6] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_mysql.MySQLBackendOpTest' unsupported on any DB implementation 
'sqlite(3.46.1)+pysqlite'
SKIPPED [9] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_mysql.MySQLDefaultCompareTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_op.py::OpTest::test_create_table_comment_op (call)' : custom 
function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_op.py::OpTest::test_drop_table_comment_op (call)' : custom function
SKIPPED [17] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_oracle.IdentityTest' unsupported on any DB implementation 
'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_oracle.py::OpTest::test_add_column_with_comment (call)' : custom 
function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_oracle.py::OpTest::test_create_table_with_column_comments (call)' 
: custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PGAutocommitBlockTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PGAutocommitBlockTestFuture' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [38] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [24] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any 
DB implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [7] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [26] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [8] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_postgresql.PostgresqlInlineLiteralTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'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/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column (call)' 
: not postgresql >= (10,) and not oracle >= (12,) and not mssql
SKIPPED [4] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported 
on any DB implementation 'sqlite(3.46.1)+pysqlite'SQLAlchemy 1.x test
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_script_consumption.LegacyApplyVersionsFunctionalTest' unsupported 
on any DB implementation 'sqlite(3.46.1)+pysqlite'SQLAlchemy 1.x test
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored 
(call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored 
(call)' : custom function
SKIPPED [4] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'tests.test_stubs.TestStubFiles' unsupported on any DB implementation 
'sqlite(3.46.1)+pysqlite'black and zimports are required for this test
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled[False]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled[True]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_comment[False]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_comment[True]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_notnull[False]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_notnull[True]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_server_default[False]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_46_1::test_all_existings_filled_in_server_default[True]
 (call)' : custom function
SKIPPED [8] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' 
unsupported on any DB implementation 'sqlite(3.46.1)+pysqlite'custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_46_1::test_computed_unchanged[<lambda>-_exclusions_04]
 (call)' : custom function
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_46_1::test_remove_computed_default_on_computed
 (call)' : backend reflects computed construct as a server default
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_deferrable
 (call)' : not postgresql and not oracle
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_initially_deferrable_nochange_one
 (call)' : not postgresql and not oracle
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_initially_deferrable_nochange_three
 (call)' : not postgresql and not oracle
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_initially_deferrable_nochange_two
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_initially_deferred
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_add_initially_immediate_plus_deferrable
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_remove_deferrable
 (call)' : not postgresql and not oracle
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_remove_initially_deferred
 (call)' : not postgresql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_46_1::test_remove_initially_immediate_plus_deferrable
 (call)' : not postgresql
SKIPPED [12] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423: 
'alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on 
any DB implementation 'sqlite(3.46.1)+pysqlite'not postgresql >= (10,) and not 
oracle >= (12,) and not mssql
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_46_1::test_alter_column_autoincrement_compositepk_explicit_true
 (call)' : not supported by database
SKIPPED [6] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB 
implementation 'sqlite(3.46.1)+pysqlite'no ALTER COLUMN support
SKIPPED [5] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 'alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any 
DB implementation 'sqlite(3.46.1)+pysqlite'sqlite
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_46_1::test_autocommit_block
 (call)' : not postgresql and not mysql and not mariadb
SKIPPED [1] 
../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:423:
 
'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_46_1::test_autocommit_block_no_transaction
 (call)' : not postgresql and not mysql and not mariadb
FAILED tests/test_script_production.py::ScriptNamingTest::test_custom_tz - zo...
FAILED 
tests/test_script_production.py::ScriptNamingTest::test_custom_tz_lowercase
================= 2 failed, 1510 passed, 451 skipped in 9.03s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_alembic/build; python3.12 -m pytest 
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: alembic
Source-Version: 1.13.2-4
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
alembic, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated alembic package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 30 Oct 2024 18:58:12 +0000
Source: alembic
Architecture: source
Version: 1.13.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1086253
Changes:
 alembic (1.13.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on tzdata-legacy (closes: #1086253).
Checksums-Sha1:
 9d2a73f5c31aabdd21a8125c4cf711f229399184 2442 alembic_1.13.2-4.dsc
 696f6f5ea97d7d1a95a952bbd257eb14f0211560 8132 alembic_1.13.2-4.debian.tar.xz
Checksums-Sha256:
 ae8df3e4da7e451b9a676270a3fb16b935fb58b8ad6c06ec9228c1af6cd9af66 2442 
alembic_1.13.2-4.dsc
 bccdb470c5ea3b23dfdf21de96e2760dcf75fa0821d0d968c804fdc498e0267d 8132 
alembic_1.13.2-4.debian.tar.xz
Files:
 27937340bb29864851679d0a9efe3dcc 2442 python optional alembic_1.13.2-4.dsc
 baa016550069dd7ef9f062ad9cb39098 8132 python optional 
alembic_1.13.2-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmcigeUACgkQOTWH2X2G
UAv57A//VHvjYWHuMKxOV2jJIOECXieRgJRN51oYhTRjHqiomuzct33HYw+UBBLw
Uya7EIUg2Tg7NW1GIR+mBBGKiZ+NDkR4tT8OhyQeVDngJG53N0yx13+5AoSh0Ul6
bkbQ09h8ubr0hOLQFc9XRQA+AX0P07v/nSP6L8GEVfQcncx6Atos5iURwZeJU32z
gzmGeUqSreTd4YMyG2rA5GSrJyTEP6qqQGtaQiC3xzJxGuS8J8pScdD+1FVMIui6
NdkQXEgLTqHIX75j6N9uB+/kQrotPT9kpd5ADpp5EuuMV2ESV3QFu3oyfFgwhMzS
3pXD86VT6fN+Tb6GWbVQF3uGfI0btmrva7uXwkOj/yaC3nDonBmy7kuViBHCl8Z/
QfgrwCSmBRclHLy1W1Y2UafvrcOxrqdsy3JYklw61fbxTzFik4rdgR7BxX08ULPb
bOj0gb/Pf+MsT0ciHlJvdih77tdaSlmQVbaghQ0oZGJ/tYr/IafpdPzfpmjahThB
f60bb6vrM08Jy0oE7sJCbCoU0+gWlIAY2xBPFCZsRGT1ozEVv+/PdwBZqwrr28+n
WwR3yd7PcREAT2+dboBD764JMH0LnJ96sn1cXGcwVrmH5WJ+z7OvzDwLCbMWiy2C
iyfRZFdjySsA2tB50NLK1NIBrVJq6yX6HIRtzpk/DPBIHzY4blM=
=g20V
-----END PGP SIGNATURE-----

Attachment: pgpla05MUCN_Z.pgp
Description: PGP signature


--- End Message ---

Reply via email to