Skip to content

Pin typer to address issues in argument defaults #2128

Pin typer to address issues in argument defaults

Pin typer to address issues in argument defaults #2128

Triggered via pull request November 22, 2023 09:54
Status Failure
Total duration 5m 14s
Artifacts

ci.yml

on: pull_request_target
test_release
32s
test_release
Matrix: test_quetz
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 5 warnings
test_release
Process completed with exit code 1.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L438
test_create_exists_ok typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args0] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args1] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args2] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args3] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args4] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L485
test_create_conf typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L493
test_create_exists_delete typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L506
test_create_no_config typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_cli.py#L516
test_create_extra_file_in_deployment typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L438
test_create_exists_ok typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args0] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args1] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args2] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args3] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args4] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L485
test_create_conf typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L493
test_create_exists_delete typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L506
test_create_no_config typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_cli.py#L516
test_create_extra_file_in_deployment typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L438
test_create_exists_ok typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args0] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args1] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args2] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args3] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args4] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L485
test_create_conf typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L493
test_create_exists_delete typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L506
test_create_no_config typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_cli.py#L516
test_create_extra_file_in_deployment typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L438
test_create_exists_ok typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args0] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args1] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args2] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args3] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L455
test_create_exists_errors[cli_args4] typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L485
test_create_conf typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L493
test_create_exists_delete typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L506
test_create_no_config typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_cli.py#L516
test_create_extra_file_in_deployment typer.utils.AnnotatedParamWithDefaultValueError: `Argument` default value cannot be set in `Annotated` for 'path'. Set the default value with `=` instead.
test_release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, sqlite, use-migrations)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, postgres, create-tables)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, postgres, use-migrations)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, sqlite, create-tables)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/