Skip to content

Commit

Permalink
build: update backend to poetry-core
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yajo committed Jul 11, 2022
1 parent bd6b955 commit 22ecc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ charon = 'nixops.__main__:main'


[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = """
Expand Down

0 comments on commit 22ecc74

Please sign in to comment.