Skip to content

Commit 8e6b950

Browse files
committed
Add poetry fixture
1 parent 57a17ab commit 8e6b950

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/console/commands/test_update.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ def test_update_prints_operations(
8383
assert ("Installing docker (4.3.1)" in output) is expected
8484

8585

86-
@pytest.fixture()
8786
def test_update_sync_option_is_passed_to_the_installer(
88-
command_tester_factory: CommandTesterFactory, mocker: MockerFixture
87+
poetry_with_outdated_lockfile: Poetry,
88+
command_tester_factory: CommandTesterFactory,
89+
mocker: MockerFixture,
8990
) -> None:
9091
"""
9192
The --sync option is passed properly to the installer from update.

0 commit comments

Comments
 (0)