Skip to content

Commit

Permalink
Add poetry fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Feb 5, 2024
1 parent 1a77833 commit 84045c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/console/commands/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ def test_update_prints_operations(

@pytest.fixture()
def test_update_sync_option_is_passed_to_the_installer(
command_tester_factory: CommandTesterFactory, mocker: MockerFixture
poetry_with_outdated_lockfile: Poetry,
command_tester_factory: CommandTesterFactory,
mocker: MockerFixture,
) -> None:
"""
The --sync option is passed properly to the installer from update.
Expand Down

0 comments on commit 84045c1

Please sign in to comment.