Pin typer
to address issues in argument defaults
#2128
Annotations
10 errors and 1 warning
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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/
|
The logs for this run have expired and are no longer available.
Loading