Skip to content

Commit 22ecc74

Browse files
committed
build: update backend to poetry-core
This is [recommended by upstream poetry][1]. Without this new backend, you cannot do an editable install. [1]: https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 @moduon MT-904
1 parent bd6b955 commit 22ecc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ charon = 'nixops.__main__:main'
3737

3838

3939
[build-system]
40-
requires = ["poetry>=0.12"]
41-
build-backend = "poetry.masonry.api"
40+
requires = ["poetry-core>=1"]
41+
build-backend = "poetry.core.masonry.api"
4242

4343
[tool.pytest.ini_options]
4444
addopts = """

0 commit comments

Comments
 (0)