*** This log is abridged to its last 1000 lines: tests/test_op.py::OpTest::test_naming_changes PASSED [ 62%] tests/test_op.py::OpTest::test_naming_changes_drop_idx PASSED [ 62%] tests/test_op.py::OpTest::test_rename_table PASSED [ 62%] tests/test_op.py::OpTest::test_rename_table_schema PASSED [ 62%] tests/test_op.py::OpTest::test_rename_table_schema_hard_quoting PASSED [ 62%] tests/test_op.py::OpTest::test_run_async_error PASSED [ 62%] tests/test_op.py::OpTest::test_run_async_ok PASSED [ 62%] tests/test_op.py::SQLModeOpTest::test_auto_literals PASSED [ 62%] tests/test_op.py::SQLModeOpTest::test_create_table_literal_binds PASSED [ 62%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint PASSED [ 62%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_already_named_from_schema PASSED [ 62%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_column PASSED [ 62%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_column_w_f PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_table PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_inline_on_table_w_f PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_check_constraint_name_is_none PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_column_schema_type PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_column_schema_type_w_f PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_index_name_is_none PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_add_unique_constraint_name_is_none PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_drop_check_constraint_opf PASSED [ 63%] tests/test_op_naming_convention.py::AutoNamingConventionTest::test_drop_check_constraint_plain PASSED [ 63%] tests/test_oracle.py::FullEnvironmentTests::test_batch_separator_custom PASSED [ 63%] tests/test_oracle.py::FullEnvironmentTests::test_batch_separator_default PASSED [ 63%] tests/test_oracle.py::FullEnvironmentTests::test_begin_commit PASSED [ 63%] tests/test_oracle.py::IdentityTest::test_add_column_identity[kw0-None] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_column_identity[kw1-None] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_column_identity[kw2-ORDER] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_column_identity[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_column_identity[kw4-START WITH 42] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_identity_to_column[kw0-None] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 63%] tests/test_oracle.py::IdentityTest::test_add_identity_to_column[kw1-None] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_add_identity_to_column[kw2-CYCLE] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_add_identity_to_column[kw3-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_add_identity_to_column[kw4-START WITH 42] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_change_identity_in_column[existing0-updated0-None] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_change_identity_in_column[existing1-updated1-START WITH 3] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_change_identity_in_column[existing2-updated2-INCREMENT BY 1 START WITH 3 MINVALUE -3 MAXVALUE 99 CYCLE] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_change_identity_in_column[existing3-updated3-START WITH 3 CACHE 2 ORDER] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_change_identity_in_column[existing4-updated4-MINVALUE 0] SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_identity_on_null SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::IdentityTest::test_remove_identity_from_column SKIPPED ('tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 64%] tests/test_oracle.py::OpTest::test_add_column PASSED [ 64%] tests/test_oracle.py::OpTest::test_add_column_computed PASSED [ 64%] tests/test_oracle.py::OpTest::test_add_column_with_comment SKIPPED ('tests/test_oracle.py::OpTest::test_add_column_with_comment (call)' : custom function) [ 64%] tests/test_oracle.py::OpTest::test_add_column_with_default PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_add_server_default PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_column_add_comment PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_column_add_comment_quotes PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-0] PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-1] PASSED [ 64%] tests/test_oracle.py::OpTest::test_alter_column_computed_not_supported[-2] PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_drop_comment PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_new_type PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_not_nullable_w_existing_type PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_not_nullable_w_new_type PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_nullable_w_existing_type PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_nullable_w_new_type PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_column_rename_oracle PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_do_everything PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_remove_server_default PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_replace_server_default PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_table_rename_oracle PASSED [ 65%] tests/test_oracle.py::OpTest::test_alter_table_rename_schema_oracle PASSED [ 65%] tests/test_oracle.py::OpTest::test_create_table_comment PASSED [ 65%] tests/test_oracle.py::OpTest::test_create_table_with_column_comments SKIPPED ('tests/test_oracle.py::OpTest::test_create_table_with_column_comments (call)' : custom function) [ 65%] tests/test_oracle.py::OpTest::test_drop_column_w_check PASSED [ 65%] tests/test_oracle.py::OpTest::test_drop_column_w_default PASSED [ 65%] tests/test_oracle.py::OpTest::test_drop_index PASSED [ 65%] tests/test_oracle.py::OpTest::test_drop_table_comment PASSED [ 65%] tests/test_post_write.py::HookTest::test_invoke PASSED [ 66%] tests/test_post_write.py::HookTest::test_register PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_black_with_cwd PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_console_scripts PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_console_scripts_entrypoint_missing PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_empty_hooks PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_empty_section PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_executable_missing PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_cwd PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_filename_interpolation[False] PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_filename_interpolation[True] PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_full_pathname PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_path_in_config PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_exec_with_path_search PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_filename_interpolation[False] PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_filename_interpolation[True] PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_generic PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_no_section PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_no_type PASSED [ 66%] tests/test_post_write.py::RunHookTest::test_path_in_config PASSED [ 66%] tests/test_postgresql.py::PGAutocommitBlockTest::test_alter_enum SKIPPED ('tests.test_postgresql.PGAutocommitBlockTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGAutocommitBlockTestFuture::test_alter_enum SKIPPED ('tests.test_postgresql.PGAutocommitBlockTestFuture' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-0] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-1] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-2] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-3] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-4] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-5] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-6] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-7] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_changed[-8] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-0] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-10] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-11] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-12] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-13] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-14] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-15] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-16] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 67%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-17] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-18] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-19] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-1] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-2] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-3] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-4] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-5] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-6] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-7] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-8] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_no_change[-9] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[False--0] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[False--1] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[False--2] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[False--3] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[False--4] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[True--0] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[True--1] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[True--2] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 68%] tests/test_postgresql.py::PGIndexAutogenerateTest::test_expression_indexes_warn_operator[True--3] SKIPPED ('tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[constraint-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[constraint-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[constraint-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[index-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[index-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_add[index-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[constraint-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[constraint-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[constraint-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[index-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[index-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_no_change[index-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[constraint-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[constraint-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[constraint-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[index-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[index-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_remove[index-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 69%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[constraint-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[constraint-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[constraint-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[index-nulls_not_distinct=False] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[index-nulls_not_distinct=None] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGNullsNotDistinctAutogenerateTest::test_toggle_not_distinct[index-nulls_not_distinct=True] SKIPPED ('tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_distinct_enum_create PASSED [ 70%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_distinct_enum_drop PASSED [ 70%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_inline_enum_create PASSED [ 70%] tests/test_postgresql.py::PGOfflineEnumTest::test_offline_inline_enum_drop PASSED [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_exclude_const_unchanged SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_idx_added_schema SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_idx_unchanged_schema SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_same_tname_two_schemas SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_uq_added_schema SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_uq_dropped SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PGUniqueIndexAutogenerateTest::test_uq_unchanged_schema SKIPPED ('tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 70%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_add_exclude_constraint PASSED [ 70%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_add_exclude_constraint_case_sensitive PASSED [ 70%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_array_type_user_defined_inner PASSED [ 70%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_drop_exclude_constraint PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_generic_array_type PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint_case_sensitive PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint_fn PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint_literal_column PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint_text PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_json_type PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_jsonb_expression_in_index PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_jsonb_type PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_postgresql_array_type PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_postgresql_hstore_subtypes PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_add_index_pg_where PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_index_nulls_not_distinct_constraint PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_server_default_native_boolean PASSED [ 71%] tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_render_unique_nulls_not_distinct_constraint PASSED [ 71%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_array_of_integer_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 71%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_str SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 71%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_str_diff SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 71%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_character_text_diff SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_current_timestamp_fn_w_binds SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_current_timestamp_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff1 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff2 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff3 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff4 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff5 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_no_diff6 SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_str SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_float_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_str SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_integer_text_diff SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_interval_str SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_interval_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_numeric_no_diff SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_string_blank_default SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_string_nonblank_default SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 72%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_unicode_literal SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_compare_uuid_text SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDefaultCompareTest::test_primary_key_skip SKIPPED ('tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_no_default SKIPPED ('tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_numeric SKIPPED ('tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_separate_seq SKIPPED ('tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlDetectSerialTest::test_serial SKIPPED ('tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlInlineLiteralTest::test_inline_percent SKIPPED ('tests.test_postgresql.PostgresqlInlineLiteralTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite') [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_computed PASSED [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw0-None] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw1-None] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and ...) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_column_with_comment PASSED [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw0-None] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw0-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw1-None] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw1-None] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw2-INCREMENT BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,...) [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment PASSED [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment_quoting PASSED [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_add_comment_table_and_column_quoting PASSED [ 73%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-0] PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-1] PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_computed_not_supported[-2] PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_drop_comment PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_type_using PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_alter_column_with_comment PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing0-updated0-SET GENERATED ALWAYS] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing0-updated0-SET GENERATED ALWAYS] (call)' : not postgresql >= (10,) and not oracle...) [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing1-updated1-SET GENERATED BY DEFAULT SET START WITH 3] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing1-updated1-SET GENERATED BY DEFAULT SET START WITH 3] (call)...) [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing2-updated2-SET CYCLE SET INCREMENT BY 1] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing2-updated2-SET CYCLE SET INCREMENT BY 1] (call)' : not postgresql >= (10,...) [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing3-updated3-SET CACHE 2] SKIPPED ('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 ...) [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing4-updated4-SET MINVALUE 0] SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing4-updated4-SET MINVALUE 0] (call)' : not postgresql >= (10,) and not oracle >= (12,) an...) [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_col_w_pk_is_serial PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint_quoted_column PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint_quoted_literal PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_concurrently PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_expressions PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_if_not_exists PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_include PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_include_is_none PASSED [ 74%] tests/test_postgresql.py::PostgresqlOpTest::test_create_index_postgresql_where PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_comment PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_with_column_comments PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_create_table_with_comment PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_exclude_or_other_constraint PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_index_postgresql_concurrently[include_table] PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_index_postgresql_concurrently[no_table] PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_index_postgresql_if_exists PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_drop_table_comment PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column SKIPPED ('tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_rename_table_postgresql PASSED [ 75%] tests/test_postgresql.py::PostgresqlOpTest::test_rename_table_schema_postgresql PASSED [ 75%] tests/test_revision.py::APITest::test_add_revision_one_head PASSED [ 75%] tests/test_revision.py::APITest::test_add_revision_two_head PASSED [ 75%] tests/test_revision.py::APITest::test_get_revision_base_multiple PASSED [ 75%] tests/test_revision.py::APITest::test_get_revision_base_single PASSED [ 75%] tests/test_revision.py::APITest::test_get_revision_head_multiple PASSED [ 75%] tests/test_revision.py::APITest::test_get_revision_head_single PASSED [ 75%] tests/test_revision.py::APITest::test_get_revision_heads_multiple PASSED [ 75%] tests/test_revision.py::APITest::test_get_revisions_head_multiple PASSED [ 76%] tests/test_revision.py::APITest::test_get_revisions_heads_multiple PASSED [ 76%] tests/test_revision.py::APITest::test_invalid_datatype PASSED [ 76%] tests/test_revision.py::APITest::test_iterate_tolerates_dupe_targets PASSED [ 76%] tests/test_revision.py::APITest::test_repr_revs PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_ancestor_nodes PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_detect_invalid_head_selection PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_iterate_one_branch_both_to_merge PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_iterate_to_symbolic_base PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_in_single_branch PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases_exclusive PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_three_branches_end_multiple_bases_exclusive_blank PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_three_branches_to_root PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_two_branches_end_behind_branch PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_two_branches_end_in_branch PASSED [ 76%] tests/test_revision.py::BranchTravellingTest::test_two_branches_to_root PASSED [ 76%] tests/test_revision.py::DepResolutionFailedTest::test_failure_message PASSED [ 76%] tests/test_revision.py::DiamondTest::test_iterate_simple_diamond PASSED [ 76%] tests/test_revision.py::EmptyMapTest::test_iterate PASSED [ 76%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_extra_simple_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_extra_simple_dep_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_lower_simple_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_lower_simple_dep_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_simple_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_simple_dep_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_upper_simple_cycle PASSED [ 77%] tests/test_revision.py::GraphWithCycleTest::test_revision_map_upper_simple_dep_cycle PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_dupe_head PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_base_dependency_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_base_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_branch_point_dep_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_branch_point_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_head_dep_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_head_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_merge_point_dep_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_merge_point_loop PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_no_loop_w_overlapping_substrings PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_no_loop_w_overlapping_substrings_dependencies PASSED [ 77%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_solitary_dependency_loop PASSED [ 78%] tests/test_revision.py::GraphWithLoopTest::test_revision_map_solitary_loop PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_actually_short_rev_name PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_branch_at_heads PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_branch_at_self PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_branch_at_syntax PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_branch_w_down_relative PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_branch_w_up_relative PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_dupe_branch_collection PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_filter_for_lineage_heads PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_filter_for_lineage_labeled_head_across_merge PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_get_base_revisions PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_get_base_revisions_labeled PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_get_current_named_rev PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_head_to_named_base PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_head_to_version_specific_base PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_head_to_base PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_head_to_heads PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_named_rev_to_heads PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_iterate_to_branch_at_rev PASSED [ 78%] tests/test_revision.py::LabeledBranchTest::test_no_revision_exists PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_no_such_branch PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_not_actually_a_branch PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_not_actually_a_branch_partial_resolution PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_partial_id_resolve PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_partial_id_resolve_too_short PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_retrieve_branch_revision PASSED [ 79%] tests/test_revision.py::LabeledBranchTest::test_rev_not_in_branch PASSED [ 79%] tests/test_revision.py::LargeMapTest::test_all PASSED [ 79%] tests/test_revision.py::LongShortBranchTest::test_iterate_full PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_different_branch_not_wrong_direction PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_heads_to_base PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_heads_to_base_downgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_same_branch_wrong_direction PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base2_downgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base2_upgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base3_downgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_base3_upgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head1_downgrade PASSED [ 79%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head1_upgrade PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head2_downgrade PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head2_upgrade PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head3_downgrade PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_we_need_head3_upgrade PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestOne::test_what_are_the_heads PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestThree::test_traverse_no_parent_but_a_dep PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_heads_to_base PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base1 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base2 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_base3 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head1 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head2 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_we_need_head3 PASSED [ 80%] tests/test_revision.py::MultipleBaseCrossDependencyTestTwo::test_what_are_the_heads PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_detect_invalid_base_selection PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_heads_to_base PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_heads_to_base_exclusive PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_heads_to_blank PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_base_exclusive PASSED [ 80%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_plus_implicit_base_exclusive PASSED [ 81%] tests/test_revision.py::MultipleBaseTest::test_heads_to_revs_plus_implicit_base_inclusive PASSED [ 81%] tests/test_revision.py::MultipleBaseTest::test_specific_path_one PASSED [ 81%] tests/test_revision.py::MultipleBaseTest::test_specific_path_two_implicit_base PASSED [ 81%] tests/test_revision.py::MultipleBranchEffectiveHead::test_effective_head PASSED [ 81%] tests/test_revision.py::MultipleBranchEffectiveHead::test_other_downgrade PASSED [ 81%] tests/test_revision.py::MultipleBranchEffectiveHead::test_use_all_current PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_distinct_branches PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_from_merge_point PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_branch_to_base PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_heads PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_multiple_heads_single_base PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_single_branch PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_iterate_single_branch_to_base PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_same_branch_wrong_direction PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_wrong_direction_to_base_as_empty PASSED [ 81%] tests/test_revision.py::MultipleBranchTest::test_wrong_direction_to_base_as_none PASSED [ 81%] tests/test_revision.py::NormalizedDownRevTest::test_all_traversal PASSED [ 81%] tests/test_revision.py::NormalizedDownRevTest::test_branch_traversal PASSED [ 81%] tests/test_revision.py::NormalizedDownRevTest::test_dupe_dependency PASSED [ 82%] tests/test_revision.py::NormalizedDownRevTest::test_normalized_down_revisions PASSED [ 82%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal PASSED [ 82%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_one PASSED [ 82%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_three PASSED [ 82%] tests/test_revision.py::NormalizedDownRevTest::test_partial_traversal_implicit_base_two PASSED [ 82%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_False_True_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_False_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::ApplyVersionsFunctionalTest_True_True_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl SKIPPED ('tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test) [ 82%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_noerr_transaction_opened_externally SKIPPED ('tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test) [ 82%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction SKIPPED ('tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test) [ 82%] tests/test_script_consumption.py::BranchedOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm SKIPPED ('tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test) [ 82%] tests/test_script_consumption.py::CallbackEnvironmentTest_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::EncodingTest::test_encode PASSED [ 82%] tests/test_script_consumption.py::FutureApplyVersionsTest_False_True_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::FutureApplyVersionsTest_True_False_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::FutureApplyVersionsTest_True_True_sqlite+pysqlite_3_49_2::test_steps PASSED [ 82%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl PASSED [ 82%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_noerr_transaction_opened_externally PASSED [ 82%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction PASSED [ 83%] tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_py PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyc PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyo PASSED [ 83%] tests/test_script_consumption.py::IgnoreFilesTest::test_ignore_init_pyx PASSED [ 83%] tests/test_script_consumption.py::LegacyApplyVersionsFunctionalTest::test_steps SKIPPED ('tests.test_script_consumption.LegacyApplyVersionsFunctionalTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test) [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 83%] tests/test_script_consumption.py::NewFangledEnvOnlySourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 83%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 84%] tests/test_script_consumption.py::NewFangledEverythingSourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 84%] tests/test_script_consumption.py::NewFangledSourcelessApplyVersionsTest_pep3147_envonly_sqlite+pysqlite_3_49_2::test_steps PASSED [ 84%] tests/test_script_consumption.py::NewFangledSourcelessApplyVersionsTest_pep3147_everything_sqlite+pysqlite_3_49_2::test_steps PASSED [ 84%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_nontransactional_ddl PASSED [ 84%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_per_rev_ddl PASSED [ 84%] tests/test_script_consumption.py::OfflineTransactionalDDLTest::test_begin_commit_transactional_ddl PASSED [ 84%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl PASSED [ 84%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_noerr_transaction_opened_externally PASSED [ 84%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction PASSED [ 84%] tests/test_script_consumption.py::OnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm PASSED [ 84%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_dir_structure_with_missing_file PASSED [ 84%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_flat_and_dir_structure PASSED [ 84%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_flat_structure PASSED [ 84%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_ignore_for_non_recursive PASSED [ 85%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_multiple_dir_recursive PASSED [ 85%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_multiple_dir_recursive_change_version_dir PASSED [ 85%] tests/test_script_consumption.py::RecursiveScriptDirectoryTest::test_nested_dir_structure PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessApplyVersionsTest_sqlite+pysqlite_3_49_2::test_steps PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_py PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyc PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyo PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_dot_hash_pyx PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_py PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyc PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyo PASSED [ 85%] tests/test_script_consumption.py::SimpleSourcelessIgnoreFilesTest::test_ignore_init_pyx PASSED [ 85%] tests/test_script_consumption.py::SourcelessNeedsFlagTest::test_needs_flag PASSED [ 85%] tests/test_script_consumption.py::VersionNameTemplateTest::test_error_on_new_with_missing_revision PASSED [ 85%] tests/test_script_consumption.py::VersionNameTemplateTest::test_lookup_legacy PASSED [ 85%] tests/test_script_consumption.py::VersionNameTemplateTest::test_option PASSED [ 85%] tests/test_script_production.py::CustomizeRevisionTest::test_autogen PASSED [ 85%] tests/test_script_production.py::CustomizeRevisionTest::test_new_locations_no_autogen PASSED [ 85%] tests/test_script_production.py::CustomizeRevisionTest::test_programmatic_command_option PASSED [ 86%] tests/test_script_production.py::CustomizeRevisionTest::test_renders_added_directives_no_autogen PASSED [ 86%] tests/test_script_production.py::DuplicateVersionLocationsTest::test_env_emits_warning PASSED [ 86%] tests/test_script_production.py::GeneralOrderedTests::test_steps PASSED [ 86%] tests/test_script_production.py::ImportsTest::test_imports_in_script PASSED [ 86%] tests/test_script_production.py::MultiContextTest::test_autogen PASSED [ 86%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_chooses_base PASSED [ 86%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases PASSED [ 86%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases_invalid_version_path PASSED [ 86%] tests/test_script_production.py::MultiDirRevisionCommandTest::test_multiple_dir_no_bases_version_path PASSED [ 86%] tests/test_script_production.py::NormPathTest::test_script_location PASSED [ 86%] tests/test_script_production.py::NormPathTest::test_script_location_multiple PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_create_script_basic PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_create_script_branches PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_create_script_branches_old_template PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_create_script_missing_splice PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_create_script_splice PASSED [ 86%] tests/test_script_production.py::RevisionCommandTest::test_illegal_revision_chars PASSED [ 86%] tests/test_script_production.py::RewriterTest::test_add_execute_sql PASSED [ 86%] tests/test_script_production.py::RewriterTest::test_all_traverse PASSED [ 86%] tests/test_script_production.py::RewriterTest::test_chained_ops PASSED [ 87%] tests/test_script_production.py::RewriterTest::test_double_migrate_table PASSED [ 87%] tests/test_script_production.py::RewriterTest::test_multiple_passes_with_mutations PASSED [ 87%] tests/test_script_production.py::RewriterTest::test_no_needless_pass PASSED [ 87%] tests/test_script_production.py::ScriptAccessorTest::test_upgrade_downgrade_ops_list_accessors PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_args PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz_lowercase PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_custom_tz_utc PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_custom_tzdata_tz PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_default_tz PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_epoch[create_date0-%s/versions/1343228885_12345_this_is_a_message_2012_7_25_15_8_5.py] PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_epoch[create_date1-%s/versions/1343228886_12345_this_is_a_message_2012_7_25_15_8_6.py] PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_no_zoneinfo_module PASSED [ 87%] tests/test_script_production.py::ScriptNamingTest::test_tz_cant_locate PASSED [ 87%] tests/test_script_production.py::TemplateArgsTest::test_args_propagate PASSED [ 87%] tests/test_script_production.py::TemplateArgsTest::test_bad_render PASSED [ 87%] tests/test_script_production.py::TemplateArgsTest::test_tmpl_args_revision PASSED [ 87%] tests/test_sqlite.py::SQLiteAutogenIndexTest_sqlite+pysqlite_3_49_2::test_functional_ix_one PASSED [ 87%] tests/test_sqlite.py::SQLiteAutogenIndexTest_sqlite+pysqlite_3_49_2::test_functional_ix_two PASSED [ 88%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_add_column_w_on_conflict PASSED [ 88%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_const PASSED [ 88%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_expr_needs_parens PASSED [ 88%] tests/test_sqlite.py::SQLiteAutogenRenderTest::test_render_server_default_text_expr_needs_parens PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_current_timestamp_func PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_current_timestamp_func_now PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_current_timestamp_text PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_float_str PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_float_str_diff PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_float_text PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_float_text_diff PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_integer_str PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_integer_str_diff PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_integer_text PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_integer_text_diff PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_string_literal PASSED [ 88%] tests/test_sqlite.py::SQLiteDefaultCompareTest_sqlite+pysqlite_3_49_2::test_compare_string_literal_diff PASSED [ 88%] tests/test_sqlite.py::SQLiteTest::test_add_column PASSED [ 88%] tests/test_sqlite.py::SQLiteTest::test_add_column_implicit_constraint PASSED [ 88%] tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored SKIPPED ('tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored (call)' : custom function) [ 89%] tests/test_sqlite.py::SQLiteTest::test_add_explicit_constraint PASSED [ 89%] tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored SKIPPED ('tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored (call)' : custom function) [ 89%] tests/test_sqlite.py::SQLiteTest::test_drop_explicit_constraint PASSED [ 89%] tests/test_sqlite.py::SQLiteTest::test_rename_table_w_schema PASSED [ 89%] tests/test_stubs.py::TestStubFiles::test_context_pyi SKIPPED ('tests.test_stubs.TestStubFiles' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'black and zimports are required for this test) [ 89%] tests/test_stubs.py::TestStubFiles::test_op_pyi SKIPPED ('tests.test_stubs.TestStubFiles' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'black and zimports are required for this test) [ 89%] tests/test_stubs.py::TestStubFiles::test_operation_base_file[batch_op] SKIPPED ('tests.test_stubs.TestStubFiles' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'black and zimports are required for this test) [ 89%] tests/test_stubs.py::TestStubFiles::test_operation_base_file[op_cls] SKIPPED ('tests.test_stubs.TestStubFiles' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'black and zimports are required for this test) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[False] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[False] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[True] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[True] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[False] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[False] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[True] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[True] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[False] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[False] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[True] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[True] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[False] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[False] (call)' : custom function) [ 89%] tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[True] SKIPPED ('tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[True] (call)' : custom function) [ 89%] tests/test_suite.py::AutogenerateCommentsTest::test_add_column_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 89%] tests/test_suite.py::AutogenerateCommentsTest::test_add_table_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 89%] tests/test_suite.py::AutogenerateCommentsTest::test_alter_column_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateCommentsTest::test_alter_table_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateCommentsTest::test_existing_column_comment_no_change SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateCommentsTest::test_existing_table_comment_no_change SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateCommentsTest::test_remove_column_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateCommentsTest::test_remove_table_comment SKIPPED ('alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function) [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_add_computed_column PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_cant_change_computed_warning[0] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_cant_change_computed_warning[1] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_cant_change_computed_warning[2] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_cant_change_computed_warning[3] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_00] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_01] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_02] PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_03] SKIPPED ('tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_03] (call)' : custom function) [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_remove_computed_column PASSED [ 90%] tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_remove_computed_default_on_computed SKIPPED ('tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_remove_computed_default_on_computed (call)' : backend reflects computed construct as a server ...) [ 90%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_deferrable SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_deferrable (call)' : not postgresql and not oracle) [ 90%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_one SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_one (call)' : not postgresql) [ 90%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_three SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_three (call)' : not postgresql) [ 90%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_two SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_two (call)' : not postgresql) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferred SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferred (call)' : not postgresql) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_immediate_plus_deferrable SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_immediate_plus_deferrable (call)' : not postgresql and not oracle) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_ondelete PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_onupdate PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_change_ondelete_from_restrict PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_change_onupdate_from_restrict PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_ondelete PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_ondelete_noaction PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_ondelete_restrict PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_onupdate PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_onupdate_noaction PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_nochange_onupdate_restrict PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_ondelete_onupdate_combo PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_deferrable SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_deferrable (call)' : not postgresql and not oracle) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_deferred SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_deferred (call)' : not postgresql) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_immediate_plus_deferrable SKIPPED ('tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_immediate_plus_deferrable (call)' : not postgresql and not oracle) [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_ondelete PASSED [ 91%] tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_onupdate PASSED [ 91%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_add_composite_fk_with_name PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_add_fk PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_add_fk_colkeys PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_casing_convention_changed_so_put_drops_first PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_no_change PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_no_change_colkeys PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_no_change_composite_fk PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_remove_composite_fk PASSED [ 92%] tests/test_suite.py::AutogenerateForeignKeysTest_sqlite+pysqlite_3_49_2::test_remove_fk PASSED [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_add_identity_column SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_add_identity_to_column SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[None-after0] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[before1-None] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[before2-after2] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[before3-after3] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[before4-after4] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_change_identity[before5-after5] SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_dialect_kwargs_changes SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_no_change_identity_column SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_remove_identity_column SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 92%] tests/test_suite.py::AutogenerateIdentityTest::test_remove_identity_from_column SKIPPED ('alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql) [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_compositepk_explicit_true SKIPPED ('tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_compositepk_explicit_true (call)' : not supported by database) [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_compositepk_false PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_compositepk_implicit_false PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_none PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_nonpk_explicit_true PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_nonpk_false PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_nonpk_implicit_false PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_pk_explicit_true PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_pk_false PASSED [ 93%] tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_pk_implicit_true PASSED [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_add_server_default_int SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_modify_non_nullable_to_nullable SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_modify_nullable_to_non SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_modify_server_default_int SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_modify_type_int_str SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::BackendAlterColumnTest::test_rename_column SKIPPED ('alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support) [ 93%] tests/test_suite.py::IncludeHooksTest::test_add_metadata_fk SKIPPED ('alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite) [ 93%] tests/test_suite.py::IncludeHooksTest::test_change_fk[name] SKIPPED ('alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite) [ 93%] tests/test_suite.py::IncludeHooksTest::test_change_fk[object] SKIPPED ('alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite) [ 94%] tests/test_suite.py::IncludeHooksTest::test_remove_connection_fk[name] SKIPPED ('alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite) [ 94%] tests/test_suite.py::IncludeHooksTest::test_remove_connection_fk[object] SKIPPED ('alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite) [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block SKIPPED ('tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block (call)' : not postgresql and not mysql and not mariadb) [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block_no_transaction SKIPPED ('tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block_no_transaction (call)' : not postgresql and not mysql and not mariadb) [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block_nontransactional_ddl_sqlmode PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block_transactional_ddl_sqlmode PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_commit PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_contextmanager_commit PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_contextmanager_explicit_commit PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_contextmanager_explicit_rollback PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_contextmanager_rollback PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_proxy_transaction_rollback PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_all_non_transactional_ddl PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_all_sqlmode PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_all_transactional_ddl PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_migration_non_transactional_ddl PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_migration_sqlmode PASSED [ 94%] tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_transaction_per_migration_transactional_ddl 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 [ 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_49_2::test_add_branches PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_delete_multi_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_delete_multi_match_no_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_delete_no_match PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_delete_no_matchno_sane_rowcount PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_resolve_merges PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_teardown_branches PASSED [ 95%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_unresolve_merges PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_multi_match PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_multi_match_no_sane_rowcount PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_no_match PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_no_match_no_sane_rowcount PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_none_to_single PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::test_update_single_to_none PASSED [ 96%] tests/test_version_table.py::UpdateRevTest_sqlite+pysqlite_3_49_2::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%] ========================================================================================================================================== short test summary info =========================================================================================================================================== SKIPPED [2] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_composition.AutogenerateDiffTestWSchema' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [7] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenCrossSchemaTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [2] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenCustomVersionTableAndSchemaTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [2] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenCustomVersionTableSchemaTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [3] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenDefaultSchemaTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenSystemColTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.AutogenerateDiffTestWSchema' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_datetime_comparisons[cola0-colb0-False-_exclusions_00] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_datetime_comparisons[cola1-colb1-True-_exclusions_01] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_datetime_comparisons[cola2-colb2-True-_exclusions_02] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_introspected_columns_match_metadata_columns[cola17-_exclusions_017] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_string_comparisons[cola10-colb10-False-_exclusions_010] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_string_comparisons[cola11-colb11-False-_exclusions_011] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_string_comparisons[cola12-colb12-True-_exclusions_012] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_string_comparisons[cola13-colb13-False-_exclusions_013] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_49_2::test_string_comparisons[cola14-colb14-True-_exclusions_014] (call)' : not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::test_server_default_no_false_positives[DATETIME-(getdate())] (call)' : not mssql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::test_server_default_no_false_positives[DATETIME-(now())] (call)' : sqlite SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::test_server_default_no_false_positives[VARCHAR(30)-substring('name', 1, 3)] (call)' : not mssql and not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::test_server_default_no_false_positives[VARCHAR(30)-substring('name',1,3)] (call)' : not mssql and not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::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.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::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.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_diffs.py::CompareServerDefaultTest_sqlite+pysqlite_3_49_2::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.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_autogen_diffs.PGCompareMetaData' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_016] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_017] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_018] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_019] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_020] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_021] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_022] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_023] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_024] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_025] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_026] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_027] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_changed[--_exclusions_028] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_032] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_033] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_034] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_035] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_036] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_037] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_038] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_039] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_040] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_041] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_042] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_043] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_044] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_045] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_046] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_047] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_048] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_049] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_050] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_051] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_052] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_053] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_054] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_055] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_056] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_057] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_058] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_059] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_060] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_061] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_062] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_063] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_064] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_065] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_066] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_067] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_068] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateExpressionIndexTest_sqlite+pysqlite_3_49_2::test_expression_indexes_no_change[--_exclusions_069] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[-] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[asc-desc] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[desc-] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[desc-asc] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[nulls_first-nulls_last] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_changed[nulls_last-nulls_first] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[-] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[-asc] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[-nulls_last] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[asc-asc] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[desc-] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[desc-desc] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[nulls_first-nulls_first] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_column_sort_not_changed[nulls_last-nulls_last] (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateIndexTest_sqlite+pysqlite_3_49_2::test_nothing_changed_covering_index (call)' : not postgresql >= (11,) and not mssql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::AutogenerateUniqueIndexTest_sqlite+pysqlite_3_49_2::test_remove_uq_constraint (call)' : sqlite SKIPPED [4] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: unique constraint reflection disabled for this suite SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::NoUqReflectionIndexTest_sqlite+pysqlite_3_49_2::test_remove_uq_constraint (call)' : sqlite SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_autogen_indexes.py::NoUqReportsIndAsUqTest_sqlite+pysqlite_3_49_2::test_remove_uq_constraint (call)' : sqlite SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_batch.BatchRoundTripMySQLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [54] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_batch.BatchRoundTripPostgresqlTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_add_column_auto_identity (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_add_column_comment (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_add_column_comment_recreate (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_add_table_comment (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_alter_column_comment (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_alter_column_comment_recreate (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_batch.py::BatchRoundTripTest_sqlite+pysqlite_3_49_2::test_drop_table_comment (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: '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/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: '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 [2] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_mssql.RoundTripTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [6] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_mysql.MySQLBackendOpTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [9] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_mysql.MySQLDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_op.py::OpTest::test_create_table_comment_op (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_op.py::OpTest::test_drop_table_comment_op (call)' : custom function SKIPPED [17] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_oracle.IdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_oracle.py::OpTest::test_add_column_with_comment (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_oracle.py::OpTest::test_create_table_with_column_comments (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PGAutocommitBlockTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PGAutocommitBlockTestFuture' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [38] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PGIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [24] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PGNullsNotDistinctAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [7] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PGUniqueIndexAutogenerateTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [26] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PostgresqlDefaultCompareTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [4] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PostgresqlDetectSerialTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_postgresql.PostgresqlInlineLiteralTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite' SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: '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.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_script_consumption.BranchedOnlineTransactionalDDLTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_script_consumption.LegacyApplyVersionsFunctionalTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'SQLAlchemy 1.x test SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored (call)' : custom function SKIPPED [4] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests.test_stubs.TestStubFiles' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'black and zimports are required for this test SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[False] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled[True] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[False] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_comment[True] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[False] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_notnull[True] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[False] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_49_2::test_all_existings_filled_in_server_default[True] (call)' : custom function SKIPPED [8] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'alembic.testing.suite.test_autogen_comments.AutogenerateCommentsTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_computed_unchanged[-_exclusions_03] (call)' : custom function SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_49_2::test_remove_computed_default_on_computed (call)' : backend reflects computed construct as a server default SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_deferrable (call)' : not postgresql and not oracle SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_one (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_three (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferrable_nochange_two (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_deferred (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_add_initially_immediate_plus_deferrable (call)' : not postgresql and not oracle SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_deferrable (call)' : not postgresql and not oracle SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_deferred (call)' : not postgresql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_49_2::test_remove_initially_immediate_plus_deferrable (call)' : not postgresql and not oracle SKIPPED [12] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'alembic.testing.suite.test_autogen_identity.AutogenerateIdentityTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_49_2::test_alter_column_autoincrement_compositepk_explicit_true (call)' : not supported by database SKIPPED [6] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'alembic.testing.suite.test_op.BackendAlterColumnTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'no ALTER COLUMN support SKIPPED [5] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'alembic.testing.suite.test_autogen_fks.IncludeHooksTest' unsupported on any DB implementation 'sqlite(3.49.2)+pysqlite'sqlite SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block (call)' : not postgresql and not mysql and not mariadb SKIPPED [1] ../../../../../../../usr/lib/python3.12/site-packages/sqlalchemy/testing/config.py:419: 'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_49_2::test_autocommit_block_no_transaction (call)' : not postgresql and not mysql and not mariadb ===================================================================================================================================== 1504 passed, 447 skipped in 6.25s ====================================================================================================================================== >>> py3-alembic: Entering fakeroot... >>> py3-alembic-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/alembic/runtime/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/runtime/__pycache__' 'usr/lib/python3.12/site-packages/alembic/operations/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/operations/__pycache__' 'usr/lib/python3.12/site-packages/alembic/script/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/script/__pycache__' 'usr/lib/python3.12/site-packages/alembic/util/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/util/__pycache__' 'usr/lib/python3.12/site-packages/alembic/ddl/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/ddl/__pycache__' 'usr/lib/python3.12/site-packages/alembic/templates/async/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/templates/async/__pycache__' 'usr/lib/python3.12/site-packages/alembic/templates/multidb/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/templates/multidb/__pycache__' 'usr/lib/python3.12/site-packages/alembic/templates/generic/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/templates/generic/__pycache__' 'usr/lib/python3.12/site-packages/alembic/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/__pycache__' 'usr/lib/python3.12/site-packages/alembic/testing/plugin/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/testing/plugin/__pycache__' 'usr/lib/python3.12/site-packages/alembic/testing/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/testing/__pycache__' 'usr/lib/python3.12/site-packages/alembic/testing/suite/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/testing/suite/__pycache__' 'usr/lib/python3.12/site-packages/alembic/autogenerate/__pycache__' -> '/home/udu/aports/community/py3-alembic/pkg/py3-alembic-pyc/usr/lib/python3.12/site-packages/alembic/autogenerate/__pycache__' >>> py3-alembic-pyc*: Preparing subpackage py3-alembic-pyc... >>> py3-alembic-pyc*: Running postcheck for py3-alembic-pyc >>> py3-alembic*: Running postcheck for py3-alembic >>> py3-alembic*: Preparing package py3-alembic... >>> py3-alembic-pyc*: Tracing dependencies... py3-dateutil py3-mako py3-python-editor py3-sqlalchemy py3-typing-extensions python3 python3~3.12 >>> py3-alembic-pyc*: Package size: 996.2 KB >>> py3-alembic-pyc*: Compressing data... >>> py3-alembic-pyc*: Create checksum... >>> py3-alembic-pyc*: Create py3-alembic-pyc-1.13.1-r2.apk >>> py3-alembic*: Tracing dependencies... py3-dateutil py3-mako py3-python-editor py3-sqlalchemy py3-typing-extensions python3 python3~3.12 >>> py3-alembic*: Package size: 950.0 KB >>> py3-alembic*: Compressing data... >>> py3-alembic*: Create checksum... >>> py3-alembic*: Create py3-alembic-1.13.1-r2.apk >>> py3-alembic: Build complete at Sun, 12 Oct 2025 15:03:12 +0000 elapsed time 0h 0m 9s >>> py3-alembic: Cleaning up srcdir >>> py3-alembic: Cleaning up pkgdir >>> py3-alembic: Uninstalling dependencies... (1/41) Purging .makedepends-py3-alembic (20251012.150303) (2/41) Purging py3-dateutil-pyc (2.9.0-r1) (3/41) Purging py3-dateutil (2.9.0-r1) (4/41) Purging py3-six-pyc (1.17.0-r0) (5/41) Purging py3-six (1.17.0-r0) (6/41) Purging py3-mako-pyc (1.3.10-r0) (7/41) Purging py3-mako (1.3.10-r0) (8/41) Purging py3-markupsafe-pyc (3.0.2-r0) (9/41) Purging py3-markupsafe (3.0.2-r0) (10/41) Purging py3-python-editor-pyc (1.0.4-r8) (11/41) Purging py3-python-editor (1.0.4-r8) (12/41) Purging py3-sqlalchemy-pyc (2.0.40-r0) (13/41) Purging py3-sqlalchemy (2.0.40-r0) (14/41) Purging py3-greenlet-pyc (3.2.1-r0) (15/41) Purging py3-greenlet (3.2.1-r0) (16/41) Purging py3-typing-extensions-pyc (4.13.2-r0) (17/41) Purging py3-typing-extensions (4.13.2-r0) (18/41) Purging py3-gpep517-pyc (19-r0) (19/41) Purging py3-gpep517 (19-r0) (20/41) Purging py3-installer-pyc (0.7.0-r2) (21/41) Purging py3-installer (0.7.0-r2) (22/41) Purging py3-setuptools-pyc (80.9.0-r0) (23/41) Purging py3-setuptools (80.9.0-r0) (24/41) Purging py3-wheel-pyc (0.46.1-r0) (25/41) Purging py3-wheel (0.46.1-r0) (26/41) Purging py3-pytest-pyc (8.3.5-r0) (27/41) Purging py3-pytest (8.3.5-r0) (28/41) Purging py3-iniconfig-pyc (2.1.0-r0) (29/41) Purging py3-iniconfig (2.1.0-r0) (30/41) Purging py3-packaging-pyc (25.0-r0) (31/41) Purging py3-packaging (25.0-r0) (32/41) Purging py3-parsing-pyc (3.2.3-r0) (33/41) Purging py3-parsing (3.2.3-r0) (34/41) Purging py3-pluggy-pyc (1.5.0-r0) (35/41) Purging py3-pluggy (1.5.0-r0) (36/41) Purging py3-py-pyc (1.11.0-r4) (37/41) Purging py3-py (1.11.0-r4) (38/41) Purging py3-tzdata-pyc (2025.2-r0) (39/41) Purging py3-tzdata (2025.2-r0) (40/41) Purging py3-attrs-pyc (25.3.0-r0) (41/41) Purging py3-attrs (25.3.0-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-alembic: Updating the community/x86_64 repository index... >>> py3-alembic: Signing the index...