Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Apr 10, 2023
1 parent a3fc321 commit 08372cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/test_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -2255,12 +2255,12 @@ def error(_: Any) -> int:
assert tester.io.fetch_output() == expected


# https://github.com/python-poetry/poetry/issues/7398
def test_add_with_path_dependency_no_loopiness(
poetry_with_path_dependency: Poetry,
repo: TestRepository,
command_tester_factory: CommandTesterFactory,
) -> None:
"""https://github.com/python-poetry/poetry/issues/7398"""
tester = command_tester_factory("add", poetry=poetry_with_path_dependency)

requests_old = get_package("requests", "2.25.1")
Expand Down

0 comments on commit 08372cc

Please sign in to comment.