refactor: Clean up DB sessions consistently #2229
Annotations
10 errors and 2 warnings
quetz/tests/test_cli.py#L83
test_create_user_from_config[admins-owner]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L83
test_create_user_from_config[maintainers-maintainer]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L83
test_create_user_from_config[members-member]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L98
test_set_user_roles_no_user[None]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L106
test_set_user_roles_user_exists
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L133
test_set_user_roles_user_has_role[owner-None]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L133
test_set_user_roles_user_has_role[owner-member]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L133
test_set_user_roles_user_has_role[member-None]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L133
test_set_user_roles_user_has_role[member-member]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
quetz/tests/test_cli.py#L133
test_set_user_roles_user_has_role[maintainer-None]
TypeError: sessionmaker.__call__() takes 1 positional argument but 2 were given
|
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading