We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a77833 commit 84045c1Copy full SHA for 84045c1
tests/console/commands/test_update.py
@@ -85,7 +85,9 @@ def test_update_prints_operations(
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,
89
+ command_tester_factory: CommandTesterFactory,
90
+ mocker: MockerFixture,
91
) -> None:
92
"""
93
The --sync option is passed properly to the installer from update.
0 commit comments