Skip to content

Commit

Permalink
fix: make the poetry integration tests work with poetry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jan 13, 2025
1 parent f40c691 commit e12ea0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/parts/plugins/test_poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def poetry_project(project_path: pathlib.Path) -> None:
f"--directory={project_path}",
"--no-interaction",
],
cwd=project_path,
capture_output=True,
check=True,
)
source_dir = project_path / "src"
Expand Down

0 comments on commit e12ea0e

Please sign in to comment.