Skip to content

Commit 84045c1

Browse files
committed
Add poetry fixture
1 parent 1a77833 commit 84045c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/console/commands/test_update.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ def test_update_prints_operations(
8585

8686
@pytest.fixture()
8787
def test_update_sync_option_is_passed_to_the_installer(
88-
command_tester_factory: CommandTesterFactory, mocker: MockerFixture
88+
poetry_with_outdated_lockfile: Poetry,
89+
command_tester_factory: CommandTesterFactory,
90+
mocker: MockerFixture,
8991
) -> None:
9092
"""
9193
The --sync option is passed properly to the installer from update.

0 commit comments

Comments
 (0)