Skip to content

Recursively merge configs from multiple sources #2244

Recursively merge configs from multiple sources

Recursively merge configs from multiple sources #2244

Triggered via pull request January 3, 2025 13:37
@danny-burrowsdanny-burrows
synchronize #707
Status Failure
Total duration 6m 10s
Artifacts

ci.yml

on: pull_request_target
Matrix: test_quetz
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 5 warnings
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_config.py#L174
test_config_from_multiple_sources quetz.errors.ConfigError: 'database_url' unset but no default specified for section 'sqlalchemy'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[github_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[google_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[jupyter_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[azuread_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-members-member-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_config.py#L174
test_config_from_multiple_sources quetz.errors.ConfigError: 'database_url' unset but no default specified for section 'sqlalchemy'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_pkg_stores.py#L153
test_remove_dirs[s3_store] Failed: DID NOT RAISE <class 'FileNotFoundError'>
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[github_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[google_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[jupyter_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[azuread_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_config.py#L174
test_config_from_multiple_sources quetz.errors.ConfigError: 'database_url' unset but no default specified for section 'sqlalchemy'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[github_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[google_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[jupyter_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[azuread_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-members-member-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_config.py#L174
test_config_from_multiple_sources quetz.errors.ConfigError: 'database_url' unset but no default specified for section 'sqlalchemy'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[github_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[google_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[jupyter_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L373
test_config_create_default_channel[azuread_response-[users]\ncreate_default_channel = true] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-admins-owner-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-maintainers-maintainer-member] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/authentification/test_oauth.py#L399
test_config_create_user_with_role[github_response-members-member-None] TypeError: AsyncClient.__init__() got an unexpected keyword argument 'app'
test_release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_quetz (ubuntu-latest, postgres, create-tables)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_quetz (ubuntu-latest, postgres, use-migrations)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_quetz (ubuntu-latest, sqlite, use-migrations)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_quetz (ubuntu-latest, sqlite, create-tables)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636