Skip to content

Commit 8473f2d

Browse files
build(deps): lock file maintenance and work with poetry 2
1 parent f65ecc0 commit 8473f2d

File tree

3 files changed

+626
-612
lines changed

3 files changed

+626
-612
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ dev = [
409409
"freezegun>=1.5.1",
410410
"hypothesis>=6.122.1",
411411
"poetry>=1.8.5", # Needed for testing the poetry plugin.
412+
"poetry-plugin-export>=1.8.0", # Needed for testing the poetry plugin with poetry >= 2.0
412413
"pyfakefs>=5.7.2",
413414
"pylint>=3.3.2",
414415
"pytest>=8.3.4",

tests/integration/parts/plugins/test_poetry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def poetry_project(project_path: pathlib.Path) -> None:
6464
f"--directory={project_path}",
6565
"--no-interaction",
6666
],
67+
cwd=project_path,
68+
capture_output=True,
6769
check=True,
6870
)
6971
source_dir = project_path / "src"

0 commit comments

Comments
 (0)