We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a17ab commit 8e6b950Copy full SHA for 8e6b950
tests/console/commands/test_update.py
@@ -83,9 +83,10 @@ def test_update_prints_operations(
83
assert ("Installing docker (4.3.1)" in output) is expected
84
85
86
-@pytest.fixture()
87
def test_update_sync_option_is_passed_to_the_installer(
88
- command_tester_factory: CommandTesterFactory, mocker: MockerFixture
+ poetry_with_outdated_lockfile: Poetry,
+ command_tester_factory: CommandTesterFactory,
89
+ mocker: MockerFixture,
90
) -> None:
91
"""
92
The --sync option is passed properly to the installer from update.
0 commit comments