Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests #88

Open
soispha opened this issue Oct 6, 2023 · 1 comment
Open

Failing tests #88

soispha opened this issue Oct 6, 2023 · 1 comment

Comments

@soispha
Copy link

soispha commented Oct 6, 2023

Following test seem to fail, when using the newest packages available, whilst still meeting the requirements from the pyproject.toml:

    "test_can_replace"
    "test_collations"
    "test_constraints"
    "test_dep_order"
    "test_enum_deps"
    "test_exclusion_constraint"
    "test_fk_col_order"
    "test_fk_info"
    "test_generated_columns"
    "test_identity_columns"
    "test_indexes"
    "test_inherit"
    "test_kinds"
    "test_lineendings"
    "test_long_identifiers"
    "test_partitions"
    "test_postgres_inspect"
    "test_postgres_inspect_excludeschema"
    "test_postgres_inspect_sigleschema"
    "test_raw_connection"
    "test_relationship"
    "test_replica_trigger"
    "test_rls"
    "test_separate_validate"
    "test_sequences"
    "test_table_dependency_order"
    "test_types_and_domains"
    "test_view_trigger"
    "test_weird_names"

The issue seems to be caused by the same problems described in the migra issue.

@soispha soispha changed the title Failing test Failing tests Oct 6, 2023
@amerryma
Copy link

amerryma commented Feb 3, 2024

If you just lock sqlalchemy to <2 then all the tests pass. Would be nice to see the pyproject.toml get updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants