Soispha
Soispha
Following test fail when package with the versions specified in the `pyproject.toml`: ``` "test_excludeschema" "test_fixtures" "test_rls" "test_singleschema" ``` In the [NixOS packaging issue](https://github.com/NixOS/nixpkgs/pull/253004) we assumed, that this is because there...
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"...
The repository uses poetry as build system, which in effect breaks the sdist because poetry, by default, will not include the `.sql` files. Fixing that is done by explicitly specifying...
This makes it possible to set the speed when playing a video
Following test seem to fail, when run with the latest versions of all dependencies: ``` "test_basic" "test_createdrop" "test_errors_and_messages" "test_flask_integration" "test_orm_stuff" "test_pendulum_for_time_types" "test_transaction_separation" ``` The issue seems to be caused by...