Skip to content

Commit

Permalink
Fix typo (python-poetry#9532)
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide authored Jul 12, 2024
1 parent a7d234c commit b661c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
### Fixed

- Fixed `add` command picking up prereleases by default.
- Fixed dependendency resolution on Windows when unpacking distributions.
- Fixed dependency resolution on Windows when unpacking distributions.
- Fixed dependency resolution with post releases.
- Fixed dependencies being installed even if not necessary for current system.

Expand Down
2 changes: 1 addition & 1 deletion tests/console/commands/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,7 @@ def test_show_top_level(
assert tester.io.fetch_output() == expected


def test_show_top_level_with_explicitly_defined_depenancy(
def test_show_top_level_with_explicitly_defined_dependency(
tester: CommandTester, poetry: Poetry, installed: Repository
) -> None:
poetry.package.add_dependency(Factory.create_dependency("a", "^0.1.0"))
Expand Down

0 comments on commit b661c1a

Please sign in to comment.