wip: refactor add command
#252
Annotations
10 errors
Run poetry run pytest --integration -v:
tests\console\commands\self\test_update.py#L62
test_self_update_can_update_from_recommended_installation
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L162
test_add_with_git_constraint_with_subdirectory[git+https://github.com/demo/poetry-plugin2.git#subdirectory=subdir-None]
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L230
test_add_existing_plugin_warns_about_no_operation
AssertionError: assert 'The followin...ing to add.\n' == 'The followin...ing to add.\n'
The following packages are already present in the pyproject.toml and will be skipped:
- poetry-plugin
- If you want to update it to the latest compatible version, you can use `poetry self update`.
? -----
+ If you want to update it to the latest compatible version, you can use `poetry update package`.
? ++++++++
- If you prefer to upgrade it to the latest available version, you can use `poetry self add package@latest`.
? -----
+ If you prefer to upgrade it to the latest available version, you can use `poetry add package@latest`.
Nothing to add.
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L297
test_adding_a_plugin_can_update_poetry_dependencies_if_needed
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L50
test_add_no_constraint
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L162
test_add_with_git_constraint_with_subdirectory[git+https://github.com/demo/poetry-plugin2.git@master#subdirectory=subdir-master]
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L96
test_add_with_git_constraint
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L122
test_add_with_git_constraint_with_extras
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L261
test_add_existing_plugin_updates_if_requested
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Run poetry run pytest --integration -v:
tests\console\commands\self\test_add_plugins.py#L74
test_add_with_constraint
AttributeError: 'AddCommandHandler' object has no attribute '_determine_requirements'
|
Loading