Skip to content

Commit

Permalink
pyproject.toml: Explicitly specify lnst master branch
Browse files Browse the repository at this point in the history
Since poetry 1.2.0, if a package has extras and another package depends
on this one twice through other dependencies, but with different extra
requirements, poetry gets stuck and leaks memory. This is a workaround
for that.

See python-poetry/poetry#7194
  • Loading branch information
Kuba314 committed Dec 14, 2022
1 parent eff1d8f commit 1fdb48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ compare-data-files = "scripts.compare_data_files:main"

[tool.poetry.dependencies]
python = "^3.9"
lnst = {git = "https://github.com/LNST-project/lnst"}
lnst = {git = "https://github.com/LNST-project/lnst", branch = "master"}

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 1fdb48c

Please sign in to comment.